Class TraversalPredicate.Without
- java.lang.Object
-
- hydra.ext.org.apache.tinkerpop.gremlin.TraversalPredicate
-
- hydra.ext.org.apache.tinkerpop.gremlin.TraversalPredicate.Without
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TraversalPredicate>
- Enclosing class:
- TraversalPredicate
public static final class TraversalPredicate.Without extends TraversalPredicate implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.org.apache.tinkerpop.gremlin.TraversalPredicate
TraversalPredicate.And, TraversalPredicate.Between, TraversalPredicate.Containing, TraversalPredicate.EndingWith, TraversalPredicate.Eq, TraversalPredicate.Gt, TraversalPredicate.Gte, TraversalPredicate.Inside, TraversalPredicate.Lt, TraversalPredicate.Lte, TraversalPredicate.Negate, TraversalPredicate.Neq, TraversalPredicate.Not, TraversalPredicate.NotContaining, TraversalPredicate.NotEndingWith, TraversalPredicate.NotRegex, TraversalPredicate.NotStartingWith, TraversalPredicate.Or, TraversalPredicate.Outside, TraversalPredicate.PartialVisitor<R>, TraversalPredicate.Regex, TraversalPredicate.StartingWith, TraversalPredicate.Visitor<R>, TraversalPredicate.Within, TraversalPredicate.Without
-
-
Field Summary
Fields Modifier and Type Field Description Maybe<GenericLiteralArgument>value-
Fields inherited from class hydra.ext.org.apache.tinkerpop.gremlin.TraversalPredicate
AND, BETWEEN, CONTAINING, ENDING_WITH, EQ, GT, GTE, INSIDE, LT, LTE, NEGATE, NEQ, NOT, NOT_CONTAINING, NOT_ENDING_WITH, NOT_REGEX, NOT_STARTING_WITH, OR, OUTSIDE, REGEX, STARTING_WITH, TYPE_, WITHIN, WITHOUT
-
-
Constructor Summary
Constructors Constructor Description Without(Maybe<GenericLiteralArgument> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(TraversalPredicate.Visitor<R> visitor)intcompareTo(TraversalPredicate other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final Maybe<GenericLiteralArgument> value
-
-
Constructor Detail
-
Without
public Without(Maybe<GenericLiteralArgument> value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(TraversalPredicate other)
- Specified by:
compareToin interfacejava.lang.Comparable<TraversalPredicate>
-
accept
public <R> R accept(TraversalPredicate.Visitor<R> visitor)
- Specified by:
acceptin classTraversalPredicate
-
-