public final class AlphanumComparator
extends java.lang.Object
implements java.util.Comparator<java.lang.String>
This is an updated version with enhancements made by Daniel Migowski, Andre Bogus, and David Koelle. Updated by David Koelle in 2017.
Modifier and Type | Field and Description |
---|---|
static AlphanumComparator |
INSTANCE
A public default instance to use, since every instance of this class is identical.
|
Constructor and Description |
---|
AlphanumComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.String s1,
java.lang.String s2) |
public static final AlphanumComparator INSTANCE