public class EmptyBlazeProperty<V> extends BlazeProperty<V>
EmptyProperty, but it's final.| Modifier and Type | Field and Description |
|---|---|
static EmptyBlazeProperty |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
BlazeElement |
element()
The
BlazeElement this property belongs to. |
boolean |
equals(Object object)
Pass through to
ElementHelper.areEqual(Property, Object) |
int |
hashCode()
Pass through to
ElementHelper.hashCode(Property) |
static <V> BlazeProperty<V> |
instance() |
boolean |
isPresent() |
String |
key() |
org.openrdf.model.URI |
rdfKey()
RDF representation of the property key.
|
org.openrdf.model.Literal |
rdfValue()
RDF representation of the property value.
|
void |
remove() |
String |
toString()
Pass through to
StringFactory.propertyString(Property) |
V |
value() |
graphpublic static final EmptyBlazeProperty INSTANCE
public static <V> BlazeProperty<V> instance()
public org.openrdf.model.URI rdfKey()
BlazePropertyrdfKey in class BlazeProperty<V>public org.openrdf.model.Literal rdfValue()
BlazePropertyrdfValue in class BlazeProperty<V>public String key()
key in interface org.apache.tinkerpop.gremlin.structure.Property<V>key in class BlazeProperty<V>Property.key()public V value() throws NoSuchElementException
value in interface org.apache.tinkerpop.gremlin.structure.Property<V>value in class BlazeProperty<V>NoSuchElementExceptionProperty.value()public boolean isPresent()
isPresent in interface org.apache.tinkerpop.gremlin.structure.Property<V>isPresent in class BlazeProperty<V>Property.isPresent()public BlazeElement element()
BlazePropertyBlazeElement this property belongs to.element in interface org.apache.tinkerpop.gremlin.structure.Property<V>element in class BlazeProperty<V>public void remove()
remove in interface org.apache.tinkerpop.gremlin.structure.Property<V>remove in class BlazeProperty<V>Property.remove(),
BlazeGraph.remove(BlazeProperty)public String toString()
BlazePropertyStringFactory.propertyString(Property)toString in class BlazeProperty<V>public boolean equals(Object object)
BlazePropertyElementHelper.areEqual(Property, Object)equals in class BlazeProperty<V>public int hashCode()
BlazePropertyElementHelper.hashCode(Property)hashCode in class BlazeProperty<V>Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.