- 
Classes in one.microstream.collections that implement Composition 
| Modifier and Type | 
Class | 
Description | 
class  | 
_intList | 
  | 
class  | 
_intSet | 
 Simple primitive int set implementation. 
 | 
class  | 
AbstractChainEntry<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>> | 
  | 
static class  | 
AbstractChainEntry.Head<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>> | 
  | 
class  | 
AbstractChainEntryLinked<E,K,V,EN extends AbstractChainEntryLinked<E,K,V,EN>> | 
  | 
class  | 
AbstractChainEntryLinkedHashed<E,K,V,EN extends AbstractChainEntryLinkedHashed<E,K,V,EN>> | 
  | 
class  | 
AbstractChainEntryLinkedKV<K,V,EN extends AbstractChainEntryLinkedKV<K,V,EN>> | 
  | 
class  | 
AbstractChainEntryLinkedKVHashed<K,V,EN extends AbstractChainEntryLinkedKVHashed<K,V,EN>> | 
  | 
class  | 
AbstractChainKeyValueStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>> | 
  | 
class  | 
AbstractChainStorage<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>> | 
  | 
class  | 
BulkList<E> | 
 Collection that is ordered and allows duplicates. 
 | 
class  | 
ChainEntryLinkedHashedStrong<E> | 
  | 
class  | 
ChainEntryLinkedStrong<E> | 
  | 
class  | 
ChainStorageStrong<E,K,V,EN extends AbstractChainEntry<E,K,V,EN>> | 
  | 
class  | 
ChainStrongStrongStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>> | 
  | 
class  | 
ConstHashEnum<E> | 
  | 
class  | 
ConstHashTable<K,V> | 
  | 
class  | 
ConstList<E> | 
Immutable implementation of extended collection type  XGettingList.  
 | 
class  | 
EqBulkList<E> | 
Full scale general purpose implementation of extended collection type  XList.  
 | 
class  | 
EqConstHashEnum<E> | 
  | 
class  | 
EqConstHashTable<K,V> | 
  | 
class  | 
EqConstList<E> | 
Immutable implementation of extended collection type  XGettingList.  
 | 
class  | 
EqHash2DMap<K1,K2,V> | 
  | 
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  | 
FixedList<E> | 
Full scale general purpose implementation of extended collection type  XList.  
 | 
class  | 
HashEnum<E> | 
 Collection that is ordered and does not allow duplicates. 
 | 
class  | 
HashMapIdId | 
  | 
class  | 
HashMapIdObject<E> | 
 Primitive (read: fast) synchronized pseudo map implementation that maps long id values to weakly referenced objects. 
 | 
class  | 
HashMapObjectId<T> | 
 Primitive (read: fast) synchronized pseudo map implementation that maps long id values to weakly referenced objects. 
 | 
class  | 
HashTable<K,V> | 
 Collection of key-value-pairs that is ordered and does not allow duplicate keys. 
 | 
class  | 
LimitList<E> | 
Full scale general purpose implementation of extended collection type  XList.  
 | 
class  | 
MiniMap<K,V> | 
 Straight forward minimal implementation of a strongly referencing identity hashing map. 
 | 
static class  | 
Set_long.Default | 
  | 
 
 
- 
Subinterfaces of Composition in one.microstream.collections.interfaces 
| Modifier and Type | 
Interface | 
Description | 
interface  | 
ChainKeyValueStorage<K,V,EN extends AbstractChainEntry<KeyValue<K,V>,K,V,EN>> | 
  | 
interface  | 
ChainStorage<E,K,V,EN extends ChainStorage.Entry<E,K,V,EN>> | 
  | 
static interface  | 
ChainStorage.Entry<E,K,V,EN extends ChainStorage.Entry<E,K,V,EN>> | 
  | 
 
 
-