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 TypeMethodDescriptionvoid
DragBuffer.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 class
Deprecated.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.Quicksort will rearrange elements when they are all equal.
DragBuffer.sort(Comparator)
instead.