public static class OrderList.OrderEntry extends Object implements Comparator<TitanElement>
| Constructor and Description |
|---|
OrderEntry(PropertyKey key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(TitanElement o1,
TitanElement o2) |
boolean |
equals(Object oth) |
PropertyKey |
getKey() |
Order |
getOrder() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic OrderEntry(PropertyKey key, Order order)
public PropertyKey getKey()
public Order getOrder()
public int compare(TitanElement o1, TitanElement o2)
compare in interface Comparator<TitanElement>public boolean equals(Object oth)
equals in interface Comparator<TitanElement>equals in class ObjectCopyright © 2012–2015. All rights reserved.