public static interface Edge.Iterators extends Element.Iterators
Traversal object.| Modifier and Type | Method and Description |
|---|---|
<V> java.util.Iterator<Property<V>> |
propertyIterator(java.lang.String... propertyKeys)
Get an
Iterator of properties. |
java.util.Iterator<Vertex> |
vertexIterator(Direction direction)
Retrieve the vertex (or vertices) associated with this edge as defined by the direction.
|
valueIteratorjava.util.Iterator<Vertex> vertexIterator(Direction direction)
Direction.BOTH then the iterator order is: Direction.OUT then Direction.IN.direction - Get the incoming vertex, outgoing vertex, or both vertices<V> java.util.Iterator<Property<V>> propertyIterator(java.lang.String... propertyKeys)
Iterator of properties.propertyIterator in interface Element.IteratorsCopyright © 2013-2015 TinkerPop. All Rights Reserved.