
public class RAActivatorComparator extends Object implements Comparator<String>, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
compare(String o1,
String o2)
Compare
|
boolean |
equals(Object o)
Equals
|
int |
hashCode()
Hash code
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(String o1, String o2)
compare in interface Comparator<String>o1 - The first objecto2 - The second object-1 if o1 should be invoked first, 1 if o2 should
be invoked first, otherwise 0Copyright © 2014 IronJacamar (http://www.ironjacamar.org)