| Constructor and Description |
|---|
ElementFunctionComparator(java.util.function.Function<Element,V> elementFunction,
java.util.Comparator<V> valueComparator) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Element elementA,
Element elementB) |
java.util.function.Function<Element,V> |
getElementFunction() |
java.util.Comparator<V> |
getValueComparator() |
java.lang.String |
toString() |
public java.util.Comparator<V> getValueComparator()
public int compare(Element elementA, Element elementB)
compare in interface java.util.Comparator<Element>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013-2015 TinkerPop. All Rights Reserved.