Package org.umlg.sqlg.structure
Class SqlgProperty<V>
java.lang.Object
org.umlg.sqlg.structure.SqlgProperty<V>
- All Implemented Interfaces:
Serializable
,org.apache.tinkerpop.gremlin.structure.Property<V>
- Direct Known Subclasses:
SqlgVertexProperty
public class SqlgProperty<V>
extends Object
implements org.apache.tinkerpop.gremlin.structure.Property<V>, Serializable
Date: 2014/07/12
Time: 5:43 AM
- See Also:
-
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
-
key
- Specified by:
key
in interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
-
value
- Specified by:
value
in interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
- Throws:
NoSuchElementException
-
isPresent
public boolean isPresent()- Specified by:
isPresent
in interfaceorg.apache.tinkerpop.gremlin.structure.Property<V>
-
element
public org.apache.tinkerpop.gremlin.structure.Element element()- Specified by:
element
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()
-