public static interface Graph.Iterators
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Edge> |
edgeIterator(java.lang.Object... edgeIds)
Get the
Edge objects in this graph with the provided edge ids. |
java.util.Iterator<Vertex> |
vertexIterator(java.lang.Object... vertexIds)
Get the
Vertex objects in this graph with the provided vertex ids. |
java.util.Iterator<Vertex> vertexIterator(java.lang.Object... vertexIds)
Vertex objects in this graph with the provided vertex ids. If no ids are provided, get all vertices.vertexIds - the ids of the vertices to getIterator of vertices that match the provided vertex idsCopyright © 2013-2015 TinkerPop. All Rights Reserved.