Uses of Interface
VASSAL.tools.Sort.Comparator
Packages that use Sort.Comparator
Package
Description
Provides classes that define game pieces.
Contains various utility classes.
-
Uses of Sort.Comparator in VASSAL.counters
Methods in VASSAL.counters with parameters of type Sort.ComparatorModifier and TypeMethodDescriptionvoidDragBuffer.sort(Sort.Comparator comp)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Sort.Comparator in VASSAL.tools
Classes in VASSAL.tools that implement Sort.ComparatorModifier and TypeClassDescriptionstatic classDeprecated.Use the natural ordering on Strings instead.Methods in VASSAL.tools with parameters of type Sort.ComparatorModifier and TypeMethodDescriptionstatic voidSort.quicksort(Vector<Object> v, Sort.Comparator comp)Deprecated.Quicksort will rearrange elements when they are all equal.
DragBuffer.sort(Comparator)instead.