Class Comparators
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.structure.util.Comparators
 
 
- 
public final class Comparators extends Object
A collection of commonly usedComparatorinstances.- Author:
 - Stephen Mallette (http://stephen.genoprime.com)
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Comparator<Edge>EDGE_COMPARATORstatic Comparator<Element>ELEMENT_COMPARATORstatic Comparator<Property>PROPERTY_COMPARATORstatic Comparator<Vertex>VERTEX_COMPARATOR 
 - 
 
- 
- 
Field Detail
- 
ELEMENT_COMPARATOR
public static final Comparator<Element> ELEMENT_COMPARATOR
 
- 
VERTEX_COMPARATOR
public static final Comparator<Vertex> VERTEX_COMPARATOR
 
- 
EDGE_COMPARATOR
public static final Comparator<Edge> EDGE_COMPARATOR
 
- 
PROPERTY_COMPARATOR
public static final Comparator<Property> PROPERTY_COMPARATOR
 
 - 
 
 -