Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Compare
- 
Packages that use Compare Package Description org.apache.tinkerpop.gremlin.process.traversal 
- 
- 
Uses of Compare in org.apache.tinkerpop.gremlin.process.traversalMethods in org.apache.tinkerpop.gremlin.process.traversal that return Compare Modifier and Type Method Description static CompareCompare. valueOf(String name)Returns the enum constant of this type with the specified name.static Compare[]Compare. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-