Uses of Interface
one.microstream.collections.types.XRemovingSequence
-
Packages that use XRemovingSequence Package Description one.microstream.collections one.microstream.collections.sorting one.microstream.collections.types -
-
Uses of XRemovingSequence in one.microstream.collections
Classes in one.microstream.collections that implement XRemovingSequence 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.classEnumProcessor<E>classEqBulkList<E>Full scale general purpose implementation of extended collection typeXList.classEqHashEnum<E>classEqHashTable<K,V>classEqHashTable.KeysclassEqHashTable.ValuesclassHashEnum<E>classHashTable<K,V>classHashTable.KeysclassHashTable.ValuesclassLimitList<E>Full scale general purpose implementation of extended collection typeXList.classListProcessor<E>classLockedList<E>classSingle<E>classSubList<E>classSubListProcessor<E>classSubProcessor<E>classSynchList<E>Synchronization wrapper class that wraps anXListinstance in public synchronized delegate methods. -
Uses of XRemovingSequence in one.microstream.collections.sorting
Subinterfaces of XRemovingSequence in one.microstream.collections.sorting Modifier and Type Interface Description interfaceXChart<K,V>static interfaceXChart.Keys<K,V>static interfaceXChart.Values<K,V>interfaceXLadder<E>interfaceXProcessingSortation<E>interfaceXRank<E>interfaceXRemovingSortation<E>interfaceXSortation<E>Actually being a "Collation" (a collection of elements to which a sortation is applied), this type has been named "Sortation" nevertheless to avoid the mistakable similarity to the basic collection type "Collection" in reading, writing, talking and IntelliSense filtering. -
Uses of XRemovingSequence in one.microstream.collections.types
Subinterfaces of XRemovingSequence in one.microstream.collections.types Modifier and Type Interface Description interfaceXBasicEnum<E>interfaceXBasicList<E>interfaceXBasicSequence<E>Intermediate sequence type providing getting, adding, removing concerns to act as a common super type forXSequenceandXSortation.interfaceXBasicTable<K,V>static interfaceXBasicTable.Keys<K,V>static interfaceXBasicTable.Values<K,V>interfaceXDecreasingEnum<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.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.interfaceXDecreasingSequence<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.interfaceXEnum<E>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.interfaceXProcessingEnum<E>interfaceXProcessingList<E>interfaceXProcessingSequence<E>interfaceXRemovingEnum<E>interfaceXRemovingList<E>interfaceXSequence<E>Level 1 collection type defining the single demand for the collection's elements to be ordered.interfaceXTable<K,V>static interfaceXTable.Keys<K,V>static interfaceXTable.Values<K,V>Methods in one.microstream.collections.types that return XRemovingSequence Modifier and Type Method Description XRemovingSequence<E>XRemovingSequence.Factory. newInstance()XRemovingSequence<E>XRemovingSequence. removeRange(long offset, long length)XRemovingSequence<E>XRemovingSequence. retainRange(long offset, long length)
-