| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure | |
| com.tinkerpop.gremlin.structure.strategy | |
| com.tinkerpop.gremlin.structure.util.detached |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Edge.Iterators
An interface that provides access to iterators over properties and vertices, without constructing a
Traversal object. |
static interface |
Vertex.Iterators
An interface that provides access to iterators over
VertexProperty objects, Edge objects
and adjacent vertices, associated with the Vertex, without constructing a
Traversal object. |
static interface |
VertexProperty.Iterators
An interface that provides access to iterators over properties, without constructing a
Traversal object. |
| Modifier and Type | Method and Description |
|---|---|
Element.Iterators |
Element.iterators()
Gets the iterators for the
Element. |
| Modifier and Type | Class and Description |
|---|---|
class |
StrategyEdge |
class |
StrategyVertex |
class |
StrategyVertexProperty<V> |
| Modifier and Type | Class and Description |
|---|---|
class |
DetachedEdge
|
class |
DetachedElement<E> |
class |
DetachedVertex
|
class |
DetachedVertexProperty<V> |
| Modifier and Type | Method and Description |
|---|---|
Element.Iterators |
DetachedElement.iterators() |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.