Interface XProcessingList<E>

All Superinterfaces:
CapacityCarrying, Clearable, ConsolidatableCollection, Copyable, ExtendedBag<E>, ExtendedCollection<E>, ExtendedList<E>, ExtendedSequence<E>, Iterable<E>, OptimizableCollection, Processable<E>, ReleasingCollection<E>, Sized, Truncateable, XGettingBag<E>, XGettingCollection<E>, XGettingList<E>, XGettingSequence<E>, XIndexIterable<E>, XIterable<E>, XJoinable<E>, XProcessingBag<E>, XProcessingCollection<E>, XProcessingSequence<E>, XRemovingBag<E>, XRemovingCollection<E>, XRemovingList<E>, XRemovingSequence<E>
All Known Subinterfaces:
XBasicList<E>, XBasicTable.Values<K,​V>, XChart.Values<K,​V>, XDecreasingList<E>, XLadder<E>, XList<E>, XTable.Values<K,​V>
All Known Implementing Classes:
ArrayCollector, BulkList, EqBulkList, EqHashTable.Values, HashTable.Values, LimitList, ListProcessor, LockedList, Single, SubList, SubListProcessor, SynchList

public interface XProcessingList<E>
extends XRemovingList<E>, XGettingList<E>, XProcessingSequence<E>, XProcessingBag<E>