Class VertexTerminator
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.io.gryo.VertexTerminator
-
public final class VertexTerminator extends Object
Represents the end of a vertex in a serialization stream.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Field Summary
Fields Modifier and Type Field Description static VertexTerminator
INSTANCE
byte[]
terminal
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
static VertexTerminator
instance()
-
-
-
Field Detail
-
INSTANCE
public static final VertexTerminator INSTANCE
-
terminal
public final byte[] terminal
-
-