| Package | Description |
|---|---|
| one.microstream.collections | |
| one.microstream.collections.types |
| Modifier and Type | Class and Description |
|---|---|
class |
EqHashEnum<E>
Collection that is ordered and does not allow duplicates.
|
class |
EqHashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.
|
class |
EqHashTable.Keys |
class |
HashEnum<E>
Collection that is ordered and does not allow duplicates.
|
class |
HashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.
|
class |
HashTable.Keys |
class |
Single<E> |
| Modifier and Type | Interface and Description |
|---|---|
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 |
XEnum<E> |
interface |
XTable<K,V> |
static interface |
XTable.Keys<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XSettingEnum<E> |
XSettingEnum.copy() |
XSettingEnum<E> |
XSettingEnum.Creator.newInstance() |
XSettingEnum<E> |
XSettingEnum.range(long fromIndex,
long toIndex) |
XSettingEnum<E> |
XSettingEnum.reverse() |
XSettingEnum<E> |
XSettingEnum.set(long index,
E[] elements,
int offset,
int length) |
XSettingEnum<E> |
XSettingEnum.set(long index,
XGettingSequence<? extends E> elements,
long offset,
long length) |
XSettingEnum<E> |
XSettingEnum.setAll(long index,
E... elements) |
XSettingEnum<E> |
XSettingEnum.sort(Comparator<? super E> comparator) |
XSettingEnum<E> |
XSettingEnum.swap(long indexA,
long indexB) |
XSettingEnum<E> |
XSettingEnum.swap(long indexA,
long indexB,
long length) |
XSettingEnum<E> |
XSettingEnum.toReversed() |
Copyright © 2022 MicroStream Software. All rights reserved.