Interface XPrependingList<E>

All Superinterfaces:
CapacityCarrying, CapacityExtendable, Consumer<E>, ExtendedCollection<E>, ExtendedList<E>, ExtendedSequence<E>, OptimizableCollection, Sized, XPrependingSequence<E>
All Known Subinterfaces:
XExpandingList<E>, XExtendingList<E>, XIncreasingList<E>, XInputtingList<E>, XInsertingList<E>, XList<E>
All Known Implementing Classes:
ArrayCollector, BulkList, EqBulkList, LimitList, LockedList, Single, SubList, SynchList

public interface XPrependingList<E>
extends XPrependingSequence<E>, ExtendedList<E>