Package org.jf.util

Class AbstractForwardSequentialList<T>

All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>

public abstract class AbstractForwardSequentialList<T> extends AbstractSequentialList<T>