Package VASSAL.tools
Class Sort.Alpha
java.lang.Object
VASSAL.tools.Sort.Alpha
- All Implemented Interfaces:
Sort.Comparator
- Enclosing class:
Sort
@Deprecated(since="2021-12-01",
forRemoval=true)
public static class Sort.Alpha
extends Object
implements Sort.Comparator
Deprecated, for removal: This API element is subject to removal in a future version.
Use the natural ordering on Strings instead.
see java.lang.String.compareTo(String)
Compares two String objects
-
Constructor Summary
ConstructorDescriptionAlpha()
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
Alpha
public Alpha()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
compare
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
compare
in interfaceSort.Comparator
-