Class OLazyIteratorListWrapper<T>

java.lang.Object
com.orientechnologies.common.collection.OLazyIteratorListWrapper<T>
All Implemented Interfaces:
OLazyIterator<T>, Iterator<T>

public class OLazyIteratorListWrapper<T> extends Object implements OLazyIterator<T>
Lazy iterator implementation based on List Iterator.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Constructor Details

    • OLazyIteratorListWrapper

      public OLazyIteratorListWrapper(ListIterator<T> iUnderlying)
  • Method Details