Class OIndexCursorStream

java.lang.Object
com.orientechnologies.orient.core.index.OIndexAbstractCursor
com.orientechnologies.orient.core.index.iterator.OIndexCursorStream
All Implemented Interfaces:
OIndexCursor, Iterator<OIdentifiable>

public class OIndexCursorStream extends OIndexAbstractCursor
  • Constructor Details

  • Method Details

    • nextEntry

      public Map.Entry<Object,OIdentifiable> nextEntry()
      Description copied from interface: OIndexCursor
      Returns nextEntry element in subset of index data which should be iterated by given cursor.
      Returns:
      nextEntry element in subset of index data which should be iterated by given cursor or null if all data are iterated.