public class ObjectIdComparator extends Object implements Comparator<TMObjectIF>
| Modifier and Type | Field and Description |
|---|---|
static ObjectIdComparator |
INSTANCE |
| Constructor and Description |
|---|
ObjectIdComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(TMObjectIF obj1,
TMObjectIF obj2)
INTERNAL: compares the object ids of the given objects
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final ObjectIdComparator INSTANCE
public int compare(TMObjectIF obj1, TMObjectIF obj2)
compare in interface Comparator<TMObjectIF>obj1 - TMObjectIFobj2 - TMObjectIF