Package hydra.tinkerpop.gremlin
Class ByOtherArgs.Function
- java.lang.Object
-
- hydra.tinkerpop.gremlin.ByOtherArgs
-
- hydra.tinkerpop.gremlin.ByOtherArgs.Function
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ByOtherArgs>
- Enclosing class:
- ByOtherArgs
public static final class ByOtherArgs.Function extends ByOtherArgs implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.tinkerpop.gremlin.ByOtherArgs
ByOtherArgs.Comparator, ByOtherArgs.Function, ByOtherArgs.PartialVisitor<R>, ByOtherArgs.String_, ByOtherArgs.Traversal, ByOtherArgs.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description TraversalFunctionArgumentvalue-
Fields inherited from class hydra.tinkerpop.gremlin.ByOtherArgs
COMPARATOR, FUNCTION, STRING, TRAVERSAL, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Function(TraversalFunctionArgument value)Constructs an immutableByOtherArgs.Function.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(ByOtherArgs.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(ByOtherArgs other)booleanequals(java.lang.Object other)inthashCode()inthydraOrdinal()java.lang.StringtoString()
-
-
-
Field Detail
-
value
public final TraversalFunctionArgument value
-
-
Constructor Detail
-
Function
public Function(TraversalFunctionArgument value)
Constructs an immutableByOtherArgs.Function.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(ByOtherArgs other)
- Specified by:
compareToin interfacejava.lang.Comparable<ByOtherArgs>
-
hydraOrdinal
public int hydraOrdinal()
- Specified by:
hydraOrdinalin classByOtherArgs
-
accept
public <R> R accept(ByOtherArgs.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classByOtherArgs
-
-