Class SuperListIterator<E>

java.lang.Object
net.glowstone.util.collection.SuperListIterator<E>
All Implemented Interfaces:
Iterator<E>, ListIterator<E>

public class SuperListIterator<E> extends Object implements ListIterator<E>
An Iterator which delegates in other iterators.