public class AlphanumComparator extends Object implements Comparator<String>
Constructor and Description |
---|
AlphanumComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(String s1,
String s2) |
private String |
getChunk(String s,
int slength,
int marker)
Length of string is passed in for improved efficiency (only need to
calculate it once) *
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public AlphanumComparator()