Interface OLazyIterator<T>

All Superinterfaces:
Iterator<T>
All Known Implementing Classes:
OLazyIteratorListWrapper, OLazyRecordIterator

public interface OLazyIterator<T> extends Iterator<T>
Generic interface for lazy iterators allowing the update of current value.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Method Details

    • update

      T update(T iValue)