-
-
-
Subinterfaces of XRemovingSequence in one.microstream.collections.types
Modifier and Type |
Interface |
Description |
interface |
XBasicEnum<E> |
Intermediate list type providing getting, adding, removing concerns to act as a common super type for XList and XLadder .
|
interface |
XBasicList<E> |
Intermediate list type providing getting, adding, removing concerns to act as a common super type for XList and XLadder .
|
interface |
XBasicSequence<E> |
Intermediate sequence type providing getting, adding, removing concerns to act as a common super type for XSequence and XSortation .
|
interface |
XBasicTable<K,V> |
|
static interface |
XBasicTable.Keys<K,V> |
|
static interface |
XBasicTable.Values<K,V> |
|
interface |
XDecreasingEnum<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.
|
interface |
XDecreasingList<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.
|
interface |
XDecreasingSequence<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.
|
interface |
XEnum<E> |
|
interface |
XList<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.
All XList implementations have to have RandomAccess behavior.
Intelligent implementations make non-random-access implementations like simple linked lists obsolete.
|
interface |
XProcessingEnum<E> |
|
interface |
XProcessingList<E> |
|
interface |
XProcessingSequence<E> |
|
interface |
XRemovingEnum<E> |
|
interface |
XRemovingList<E> |
|
interface |
XSequence<E> |
Level 1 collection type defining the single demand for the collection's elements to be ordered.
|
interface |
XTable<K,V> |
|
static interface |
XTable.Keys<K,V> |
|
static interface |
XTable.Values<K,V> |
|