| 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 |
XTable<K,V> |
static interface |
XTable.Keys<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XIncreasingEnum<E> |
XIncreasingEnum.addAll(E... elements) |
XIncreasingEnum<E> |
XIncreasingEnum.addAll(E[] elements,
int offset,
int length) |
XIncreasingEnum<E> |
XIncreasingEnum.addAll(XGettingCollection<? extends E> elements) |
XIncreasingEnum<E> |
XIncreasingEnum.copy() |
XIncreasingEnum<E> |
XIncreasingEnum.Factory.newInstance() |
XIncreasingEnum<E> |
XIncreasingEnum.prependAll(E... elements) |
XIncreasingEnum<E> |
XIncreasingEnum.prependAll(E[] elements,
int offset,
int length) |
XIncreasingEnum<E> |
XIncreasingEnum.prependAll(XGettingCollection<? extends E> elements) |
XIncreasingEnum<E> |
XIncreasingEnum.preputAll(E... elements) |
XIncreasingEnum<E> |
XIncreasingEnum.preputAll(E[] elements,
int offset,
int length) |
XIncreasingEnum<E> |
XIncreasingEnum.preputAll(XGettingCollection<? extends E> elements) |
XIncreasingEnum<E> |
XIncreasingEnum.putAll(E... elements) |
XIncreasingEnum<E> |
XIncreasingEnum.putAll(E[] elements,
int offset,
int length) |
XIncreasingEnum<E> |
XIncreasingEnum.putAll(XGettingCollection<? extends E> elements) |
XIncreasingEnum<E> |
XIncreasingEnum.range(long fromIndex,
long toIndex) |
XIncreasingEnum<E> |
XIncreasingEnum.reverse() |
XIncreasingEnum<E> |
XIncreasingEnum.sort(Comparator<? super E> comparator) |
XIncreasingEnum<E> |
XIncreasingEnum.swap(long indexA,
long indexB) |
XIncreasingEnum<E> |
XIncreasingEnum.swap(long indexA,
long indexB,
long length) |
XIncreasingEnum<E> |
XIncreasingEnum.toReversed() |
Copyright © 2022 MicroStream Software. All rights reserved.