Class OrientClassVertexIterator
java.lang.Object
com.tinkerpop.blueprints.impls.orient.OrientClassVertexIterator
- All Implemented Interfaces:
Iterator<com.tinkerpop.blueprints.Vertex>
-
Constructor Summary
ConstructorsConstructorDescriptionOrientClassVertexIterator(OrientBaseGraph graph, Iterator<com.tinkerpop.blueprints.Vertex> iterator, String klass) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
OrientClassVertexIterator
public OrientClassVertexIterator(OrientBaseGraph graph, Iterator<com.tinkerpop.blueprints.Vertex> iterator, String klass)
-
-
Method Details