public class PropertyValueComparator extends Object implements Comparator<GraphObject>
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyValueComparator.Order |
| Constructor and Description |
|---|
PropertyValueComparator(PropertyKey propertyKey) |
PropertyValueComparator(PropertyKey propertyKey,
PropertyValueComparator.Order order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(GraphObject o1,
GraphObject o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic PropertyValueComparator(PropertyKey propertyKey)
public PropertyValueComparator(PropertyKey propertyKey, PropertyValueComparator.Order order)
public int compare(GraphObject o1, GraphObject o2)
compare in interface Comparator<GraphObject>Copyright © 2014. All rights reserved.