Class ArangoDBProperty<V>
java.lang.Object
com.arangodb.tinkerpop.gremlin.structure.ArangoDBProperty<V>
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Property<V>
public class ArangoDBProperty<V>
extends Object
implements org.apache.tinkerpop.gremlin.structure.Property<V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Property
org.apache.tinkerpop.gremlin.structure.Property.Exceptions
-
Method Summary
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
-
Method Details
-
element
- Specified by:
element
in interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
-
key
- Specified by:
key
in interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
-
value
- Specified by:
value
in interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
-
isPresent
public boolean isPresent()- Specified by:
isPresent
in interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
-
remove
public void remove()- Specified by:
remove
in interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
-
toString
-
equals
-
hashCode
public int hashCode()
-