
public class OIndexCursorCollectionValue extends OIndexAbstractCursor implements OSizeable
prefetchSize| Constructor and Description |
|---|
OIndexCursorCollectionValue(Collection<OIdentifiable> collection,
Object key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
OIdentifiable |
next() |
Map.Entry<Object,OIdentifiable> |
nextEntry()
Returns nextEntry element in subset of index data which should be iterated by given cursor.
|
int |
size() |
getPrefetchSize, remove, setPrefetchSize, toEntries, toKeys, toValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic OIndexCursorCollectionValue(Collection<OIdentifiable> collection, Object key)
public boolean hasNext()
hasNext in interface Iterator<OIdentifiable>hasNext in class OIndexAbstractCursorpublic OIdentifiable next()
next in interface Iterator<OIdentifiable>next in class OIndexAbstractCursorpublic Map.Entry<Object,OIdentifiable> nextEntry()
OIndexCursornextEntry in interface OIndexCursornull if all data are
iterated.Copyright © 2009–2025 OrientDB. All rights reserved.