public class OSortedMultiIterator<T extends OIdentifiable> extends Object implements Iterator<T>
| Constructor and Description |
|---|
OSortedMultiIterator(OOrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Iterator<T> iterator) |
protected boolean |
comesFrist(T left,
T right) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic OSortedMultiIterator(OOrderBy orderBy)
public boolean hasNext()
hasNext in interface Iterator<T extends OIdentifiable>public T next()
next in interface Iterator<T extends OIdentifiable>public void remove()
remove in interface Iterator<T extends OIdentifiable>Copyright © 2009–2025 OrientDB. All rights reserved.