Uses of Interface
VASSAL.tools.Sort.Comparator
Package | Description |
---|---|
VASSAL.counters |
Provides classes that define game pieces.
|
VASSAL.tools |
Contains various utility classes.
|
-
Uses of Sort.Comparator in VASSAL.counters
Methods in VASSAL.counters with parameters of type Sort.Comparator Modifier and Type Method Description void
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.Comparator Modifier and Type Class Description static class
Sort.Alpha
Deprecated.Use the natural ordering on Strings instead.Methods in VASSAL.tools with parameters of type Sort.Comparator Modifier and Type Method Description static void
Sort. quicksort(Vector<Object> v, Sort.Comparator comp)
Deprecated.Quicksort will rearrange elements when they are all equal.
DragBuffer.sort(Comparator)
instead.