| Package | Description |
|---|---|
| one.microstream.collections | |
| one.microstream.collections.sorting | |
| one.microstream.collections.types | |
| one.microstream.util.traversing |
| 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 |
LockedMap<K,V> |
class |
MutexSet<E> |
class |
Single<E> |
class |
SynchSet<E>
Synchronization wrapper class that wraps an
XSet instance in public synchronized delegate methods. |
| 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 |
XAddGetSet<E> |
interface |
XAddingEnum<E> |
interface |
XBasicEnum<E>
|
interface |
XBasicTable<K,V> |
static interface |
XBasicTable.Keys<K,V> |
interface |
XEnum<E> |
interface |
XExpandingEnum<E> |
interface |
XExtendingEnum<E> |
interface |
XIncreasingEnum<E> |
interface |
XInputtingEnum<E> |
interface |
XInsertingEnum<E> |
interface |
XMap<K,V> |
static interface |
XMap.Keys<K,V> |
interface |
XPutGetEnum<E> |
interface |
XPutGetSet<E> |
interface |
XPuttingEnum<E> |
interface |
XPuttingSet<E> |
interface |
XSet<E> |
interface |
XTable<K,V> |
static interface |
XTable.Keys<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XAddingSet<E> |
XAddingSet.addAll(E... elements) |
XAddingSet<E> |
XAddingSet.addAll(E[] elements,
int srcStartIndex,
int srcLength) |
XAddingSet<E> |
XAddingSet.addAll(XGettingCollection<? extends E> elements) |
XAddingSet<E> |
XAddingSet.Creator.newInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenAdressingMiniSet<E>
Very primitive, but very fast open adressing hash
XSet implementation. |
Copyright © 2022 MicroStream Software. All rights reserved.