Uses of Interface
VASSAL.tools.Sort.Comparator
-
Uses of Sort.Comparator in VASSAL.tools
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.Use the natural ordering on Strings instead.Modifier and TypeMethodDescriptionstatic void
Sort.quicksort
(Vector<Object> v, Sort.Comparator comp) Deprecated, for removal: This API element is subject to removal in a future version.Quicksort will rearrange elements when they are all equal.