Uses of Interface
one.microstream.collections.types.XRemovingList
| Package | Description | 
|---|---|
| one.microstream.collections | |
| one.microstream.collections.sorting | |
| one.microstream.collections.types | 
- 
Uses of XRemovingList in one.microstream.collectionsClasses in one.microstream.collections that implement XRemovingList Modifier and Type Class Description classArrayCollector<E>Full scale general purpose implementation of extended collection typeXList.classBulkList<E>Full scale general purpose implementation of extended collection typeXList.classEqBulkList<E>Full scale general purpose implementation of extended collection typeXList.classEqHashTable.ValuesclassHashTable.ValuesclassLimitList<E>Full scale general purpose implementation of extended collection typeXList.classListProcessor<E>classLockedList<E>classSingle<E>classSubList<E>classSubListProcessor<E>classSynchList<E>Synchronization wrapper class that wraps anXListinstance in public synchronized delegate methods.
- 
Uses of XRemovingList in one.microstream.collections.sortingSubinterfaces of XRemovingList in one.microstream.collections.sorting Modifier and Type Interface Description static interfaceXChart.Values<K,V>interfaceXLadder<E>
- 
Uses of XRemovingList in one.microstream.collections.typesSubinterfaces of XRemovingList in one.microstream.collections.types Modifier and Type Interface Description interfaceXBasicList<E>static interfaceXBasicTable.Values<K,V>interfaceXDecreasingList<E>Intermediate list type that combines all list aspects except increasing (adding and inserting), effectively causing instances of this list type to maintain its size or shrink, but never grow.interfaceXList<E>Extended List interface with a ton of badly needed list procedures like distinction between identity and equality element comparison, procedure range specification, higher order (functional) procedures, proper toArray() methods, etc.
 
 AllXListimplementations have to haveRandomAccessbehavior.
 Intelligent implementations make non-random-access implementations like simple linked lists obsolete.interfaceXProcessingList<E>static interfaceXTable.Values<K,V>