Uses of Interface
one.microstream.collections.types.XAddingMap
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.sorting | |
one.microstream.collections.types | |
one.microstream.persistence.binary.types |
-
Uses of XAddingMap in one.microstream.collections
Classes in one.microstream.collections that implement XAddingMap Modifier and Type Class Description 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.class
LockedMap<K,V>
-
Uses of XAddingMap in one.microstream.collections.sorting
Subinterfaces of XAddingMap in one.microstream.collections.sorting Modifier and Type Interface Description interface
XChart<K,V>
-
Uses of XAddingMap in one.microstream.collections.types
Subinterfaces of XAddingMap in one.microstream.collections.types Modifier and Type Interface Description interface
XAddGetMap<K,V>
interface
XAddingTable<K,V>
interface
XBasicTable<K,V>
interface
XMap<K,V>
interface
XPutGetMap<K,V>
interface
XPuttingMap<K,V>
interface
XTable<K,V>
Methods in one.microstream.collections.types that return XAddingMap Modifier and Type Method Description XAddingMap<K,V>
XAddingMap.Creator. newInstance()
-
Uses of XAddingMap in one.microstream.persistence.binary.types
Methods in one.microstream.persistence.binary.types with type parameters of type XAddingMap Modifier and Type Method Description <T extends XAddingMap<String, Long>>
TBinary. buildRootMapping(T mapping)