Package | Description |
---|---|
com.blazegraph.gremlin.structure |
Modifier and Type | Class and Description |
---|---|
class |
EmptyBlazeProperty<V>
Wanted to extend TP3's
EmptyProperty , but it's final. |
Modifier and Type | Method and Description |
---|---|
static <V> BlazeProperty<V> |
EmptyBlazeProperty.instance() |
<U> BlazeProperty<U> |
EmptyBlazeVertexProperty.property(String key) |
default <V> BlazeProperty<V> |
BlazeReifiedElement.property(String key)
Safer default implementation that closes the iterator from properties().
|
<U> BlazeProperty<U> |
EmptyBlazeVertexProperty.property(String key,
U value) |
<U> BlazeProperty<U> |
BlazeVertexProperty.property(String key,
U val)
Strengthen return type to
BlazeProperty . |
default <V> BlazeProperty<V> |
BlazeReifiedElement.property(String key,
V val)
Pass through to
BlazeGraph.property(BlazeReifiedElement, String, Object) |
<V> BlazeProperty<V> |
BlazeEdge.property(String key,
V val)
Strengthen return type to
BlazeProperty . |
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.