Interface XProcessingBag<E>

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

public interface XProcessingBag<E>
extends XRemovingBag<E>, XGettingBag<E>, XProcessingCollection<E>