
public class OLazyIteratorListWrapper<T> extends Object implements OLazyIterator<T>
| Constructor and Description |
|---|
OLazyIteratorListWrapper(ListIterator<T> iUnderlying) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
T |
update(T e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic OLazyIteratorListWrapper(ListIterator<T> iUnderlying)
public T update(T e)
update in interface OLazyIterator<T>Copyright © 2009–2025 OrientDB. All rights reserved.