public static interface VertexProperty.Iterators extends Element.Iterators
Traversal object.| Modifier and Type | Method and Description |
|---|---|
<U> java.util.Iterator<Property<U>> |
propertyIterator(java.lang.String... propertyKeys)
Get an
Iterator of properties. |
valueIterator<U> java.util.Iterator<Property<U>> propertyIterator(java.lang.String... propertyKeys)
Iterator of properties.propertyIterator in interface Element.IteratorsCopyright © 2013-2015 TinkerPop. All Rights Reserved.