public static class OrderList.OrderEntry extends Object implements Comparator<TitanElement>
| Constructor and Description |
|---|
OrderList.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() |
public OrderList.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–2014. All rights reserved.