Uses of Interface
VASSAL.tools.Sort.Comparator
Packages that use Sort.Comparator
-
Uses of Sort.Comparator in VASSAL.tools
Classes in VASSAL.tools that implement Sort.ComparatorModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.Use the natural ordering on Strings instead.Methods in VASSAL.tools with parameters of type Sort.ComparatorModifier 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.