Class LazyCollection.IteratorToListIterator

All Implemented Interfaces:
Iterator<E>, ListIterator<E>
Enclosing class:
LazyCollection<E>

public class LazyCollection.IteratorToListIterator extends LazyCollection<E>.CachingIterator implements ListIterator<E>
Converts an Iterator to a ListIterator. Does not support modification of the underlying LazyList.