Class TAbstractSequentialList<E>

Type Parameters:
E -
All Implemented Interfaces:
TIterable<E>, TCollection<E>, TList<E>, TSequencedCollection<E>
Direct Known Subclasses:
TLinkedList

public abstract class TAbstractSequentialList<E> extends TAbstractList<E>