
public class ORecordTrackedIterator extends Object implements Iterator<OIdentifiable>
| Constructor and Description |
|---|
ORecordTrackedIterator(ORecord iSourceRecord,
Iterator<?> iIterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
OIdentifiable |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic OIdentifiable next()
next in interface Iterator<OIdentifiable>public boolean hasNext()
hasNext in interface Iterator<OIdentifiable>public void remove()
remove in interface Iterator<OIdentifiable>Copyright © 2009–2025 OrientDB. All rights reserved.