public class SpecificComparator extends Object implements Comparator<String>, Serializable
Constructor and Description |
---|
SpecificComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(String spec1,
String spec2)
returns the difference of spec1 - spec2
|
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
Copyright © 2021. All rights reserved.