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.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return Compare Modifier and Type Method Description abstract Compare
Compare. negate()
Produce the opposite representation of the currentCompare
enum.static Compare
Compare. 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.
-