Uses of Class
one.microstream.collections.AbstractChainKeyValueCollection
Package | Description |
---|---|
one.microstream.collections |
-
Uses of AbstractChainKeyValueCollection in one.microstream.collections
Subclasses of AbstractChainKeyValueCollection in one.microstream.collections Modifier and Type Class Description class
ConstHashTable<K,V>
class
EqConstHashTable<K,V>
class
EqHashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.class
HashTable<K,V>
Collection of key-value-pairs that is ordered and does not allow duplicate keys.