| 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 |
XEnum<E> |
interface |
XIncreasingEnum<E> |
interface |
XInputtingEnum<E> |
interface |
XTable<K,V> |
static interface |
XTable.Keys<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XInsertingEnum<E> |
XInsertingEnum.addAll(E... elements) |
XInsertingEnum<E> |
XInsertingEnum.addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XInsertingEnum<E> |
XInsertingEnum.addAll(XGettingCollection<? extends E> elements) |
XInsertingEnum<E> |
XInsertingEnum.Creator.newInstance() |
XInsertingEnum<E> |
XInsertingEnum.prependAll(E... elements) |
XInsertingEnum<E> |
XInsertingEnum.prependAll(E[] elements,
int srcStartIndex,
int srcLength) |
XInsertingEnum<E> |
XInsertingEnum.prependAll(XGettingCollection<? extends E> elements) |
Copyright © 2022 MicroStream Software. All rights reserved.