| Package | Description |
|---|---|
| one.microstream.collections | |
| one.microstream.collections.sorting | |
| 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 |
XChart<K,V> |
static interface |
XChart.Keys<K,V> |
interface |
XRank<E> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBasicTable<K,V> |
static interface |
XBasicTable.Keys<K,V> |
interface |
XEnum<E> |
interface |
XTable<K,V> |
static interface |
XTable.Keys<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XBasicEnum<E> |
XBasicEnum.addAll(E... elements) |
XBasicEnum<E> |
XBasicEnum.addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XBasicEnum<E> |
XBasicEnum.addAll(XGettingCollection<? extends E> elements) |
XBasicEnum<E> |
XBasicEnum.copy() |
XBasicEnum<K> |
XBasicTable.Keys.copy() |
XBasicEnum<E> |
XBasicEnum.Creator.newInstance() |
XBasicEnum<E> |
XBasicEnum.putAll(E... elements) |
XBasicEnum<E> |
XBasicEnum.putAll(E[] elements,
int srcStartIndex,
int srcLength) |
XBasicEnum<E> |
XBasicEnum.putAll(XGettingCollection<? extends E> elements) |
XBasicEnum<E> |
XBasicEnum.toReversed() |
Copyright © 2022 MicroStream Software. All rights reserved.