public static class OrderList.OrderEntry extends Object implements Comparator<JanusGraphElement>
| Constructor and Description |
|---|
OrderEntry(PropertyKey key,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(JanusGraphElement o1,
JanusGraphElement 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(JanusGraphElement o1, JanusGraphElement o2)
compare in interface Comparator<JanusGraphElement>public boolean equals(Object oth)
equals in interface Comparator<JanusGraphElement>equals in class ObjectCopyright © 2012–2024. All rights reserved.