Class OrientClassVertexIterator

java.lang.Object
com.tinkerpop.blueprints.impls.orient.OrientClassVertexIterator
All Implemented Interfaces:
Iterator<com.tinkerpop.blueprints.Vertex>

public class OrientClassVertexIterator extends Object implements Iterator<com.tinkerpop.blueprints.Vertex>
  • Constructor Details

    • OrientClassVertexIterator

      public OrientClassVertexIterator(OrientBaseGraph graph, Iterator<com.tinkerpop.blueprints.Vertex> iterator, String klass)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<com.tinkerpop.blueprints.Vertex>
    • next

      public com.tinkerpop.blueprints.Vertex next()
      Specified by:
      next in interface Iterator<com.tinkerpop.blueprints.Vertex>