Class UnmodifiableListIteratorAdapter<T>

java.lang.Object
org.eclipse.collections.impl.list.mutable.UnmodifiableListIteratorAdapter<T>
All Implemented Interfaces:
Iterator<T>, ListIterator<T>

public class UnmodifiableListIteratorAdapter<T> extends Object implements ListIterator<T>