Class TinkerProperty<V>
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty<V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Property
Property.Exceptions
-
-
Constructor Summary
Constructors Constructor Description TinkerProperty(Element element, String key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Elementelement()booleanequals(Object object)inthashCode()booleanisPresent()The existence of this object implies the property is present, thus even anullvalue means "present".Stringkey()voidremove()StringtoString()Vvalue()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Property
ifPresent, orElse, orElseGet, orElseThrow
-
-