Class OrientClassVertexIterable
java.lang.Object
com.tinkerpop.blueprints.impls.orient.OrientElementIterable<com.tinkerpop.blueprints.Vertex>
com.tinkerpop.blueprints.impls.orient.OrientClassVertexIterable
- All Implemented Interfaces:
com.tinkerpop.blueprints.CloseableIterable<com.tinkerpop.blueprints.Vertex>,Closeable,AutoCloseable,Iterable<com.tinkerpop.blueprints.Vertex>
public class OrientClassVertexIterable
extends OrientElementIterable<com.tinkerpop.blueprints.Vertex>
-
Field Summary
Fields inherited from class com.tinkerpop.blueprints.impls.orient.OrientElementIterable
graph -
Constructor Summary
ConstructorsConstructorDescriptionOrientClassVertexIterable(OrientBaseGraph graph, Iterable<?> iterable, String klass) -
Method Summary
Methods inherited from class com.tinkerpop.blueprints.impls.orient.OrientElementIterable
closeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
OrientClassVertexIterable
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<com.tinkerpop.blueprints.Vertex>- Overrides:
iteratorin classOrientElementIterable<com.tinkerpop.blueprints.Vertex>
-