public class GenericComparator extends Object implements Comparator, Serializable
| Constructor and Description |
|---|
GenericComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object obj1,
Object obj2) |
boolean |
equals(Object obj) |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(Object obj1, Object obj2)
compare in interface Comparatorpublic boolean equals(Object obj)
equals in interface Comparatorequals in class ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.