Uses of Interface
one.microstream.collections.types.XOrderingSequence
| Package | Description | 
|---|---|
| one.microstream.collections | |
| one.microstream.collections.sorting | |
| one.microstream.collections.types | |
| one.microstream.reference | 
- 
Uses of XOrderingSequence in one.microstream.collectionsClasses in one.microstream.collections that implement XOrderingSequence Modifier and Type Class Description classArrayAccessor<E>Full scale general purpose implementation of extended collection typeXList.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.classEqHashEnum<E>classEqHashTable<K,V>classEqHashTable.KeysclassEqHashTable.ValuesclassFixedList<E>Full scale general purpose implementation of extended collection typeXList.classHashEnum<E>classHashTable<K,V>classHashTable.KeysclassHashTable.ValuesclassLimitList<E>Full scale general purpose implementation of extended collection typeXList.classListAccessor<E>Wrapper class that reduces the services provided by any wrappedXSettingListto only those ofXSettingList, effectively making the wrappedXSettingListinstance structural unmodifiable if used through an instance of this class.classLockedList<E>classSingle<E>classSingleton<E>Singleton dummy collection used to pass a single instance masked as a collection.classSubList<E>classSubListAccessor<E>classSubListProcessor<E>classSynchList<E>Synchronization wrapper class that wraps anXListinstance in public synchronized delegate methods.
- 
Uses of XOrderingSequence in one.microstream.collections.sortingSubinterfaces of XOrderingSequence in one.microstream.collections.sorting Modifier and Type Interface Description static interfaceXChart.Values<K,V>
- 
Uses of XOrderingSequence in one.microstream.collections.typesSubinterfaces of XOrderingSequence in one.microstream.collections.types Modifier and Type Interface Description 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>interfaceXIncreasingEnum<E>interfaceXIncreasingList<E>interfaceXIncreasingSequence<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.interfaceXOrderingEnum<E>interfaceXReference<E>Simple Reference class to handle mutable references.interfaceXSequence<E>Level 1 collection type defining the single demand for the collection's elements to be ordered.interfaceXSettingEnum<E>interfaceXSettingList<E>interfaceXSettingSequence<E>interfaceXSortableEnum<E>interfaceXSortableSequence<E>interfaceXTable<K,V>static interfaceXTable.Keys<K,V>static interfaceXTable.Values<K,V>Methods in one.microstream.collections.types that return XOrderingSequence Modifier and Type Method Description XOrderingSequence<E>XOrderingSequence. reverse()XOrderingSequence<E>XOrderingSequence. shiftBy(long sourceIndex, long distance)XOrderingSequence<E>XOrderingSequence. shiftBy(long sourceIndex, long distance, long length)XOrderingSequence<E>XOrderingSequence. shiftTo(long sourceIndex, long targetIndex)XOrderingSequence<E>XOrderingSequence. shiftTo(long sourceIndex, long targetIndex, long length)XOrderingSequence<E>XOrderingSequence. swap(long indexA, long indexB)XOrderingSequence<E>XOrderingSequence. swap(long indexA, long indexB, long length)
- 
Uses of XOrderingSequence in one.microstream.referenceClasses in one.microstream.reference that implement XOrderingSequence Modifier and Type Class Description static classLinkReference.Default<T>