| Package | Description |
|---|---|
| one.microstream.collections | |
| one.microstream.collections.sorting | |
| one.microstream.collections.types | |
| one.microstream.util.traversing |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumProcessor<E> |
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 |
XBasicEnum<E>
|
interface |
XBasicTable<K,V> |
static interface |
XBasicTable.Keys<K,V> |
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 |
XMap<K,V> |
static interface |
XMap.Keys<K,V> |
interface |
XProcessingEnum<E> |
static interface |
XProcessingMap.Keys<K,V> |
interface |
XSet<E> |
interface |
XTable<K,V> |
static interface |
XTable.Keys<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XProcessingSet<E> |
XProcessingSet.copy() |
XProcessingSet<E> |
XProcessingSet.Factory.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.