public class VertexIterable extends Object implements Iterable<InternalVertex>
| Constructor and Description |
|---|
VertexIterable(StandardJanusGraph graph,
StandardJanusGraphTx tx) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<InternalVertex> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic VertexIterable(StandardJanusGraph graph, StandardJanusGraphTx tx)
public Iterator<InternalVertex> iterator()
iterator in interface Iterable<InternalVertex>Copyright © 2012–2023. All rights reserved.