Package org.jf.util

Class AbstractListIterator<T>

java.lang.Object
org.jf.util.AbstractListIterator<T>
All Implemented Interfaces:
Iterator<T>, ListIterator<T>

public abstract class AbstractListIterator<T> extends Object implements ListIterator<T>