Interface OLazyIterator<T>
- All Superinterfaces:
Iterator<T>
- All Known Implementing Classes:
OLazyIteratorListWrapper,OLazyRecordIterator
Generic interface for lazy iterators allowing the update of current value.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
update
-