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