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>
  • Method Details

    • element

      public ArangoDBElement<?,?> element()
      Specified by:
      element in interface org.apache.tinkerpop.gremlin.structure.Property<V>
    • key

      public String key()
      Specified by:
      key in interface org.apache.tinkerpop.gremlin.structure.Property<V>
    • value

      public V value()
      Specified by:
      value in interface org.apache.tinkerpop.gremlin.structure.Property<V>
    • isPresent

      public boolean isPresent()
      Specified by:
      isPresent in interface org.apache.tinkerpop.gremlin.structure.Property<V>
    • remove

      public void remove()
      Specified by:
      remove in interface org.apache.tinkerpop.gremlin.structure.Property<V>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object