Uses of Interface
one.microstream.collections.types.XAddingTable
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.sorting | |
one.microstream.collections.types |
-
Uses of XAddingTable in one.microstream.collections
Classes in one.microstream.collections that implement XAddingTable Modifier and Type Class Description class
EqHashTable<K,V>
class
HashTable<K,V>
-
Uses of XAddingTable in one.microstream.collections.sorting
Subinterfaces of XAddingTable in one.microstream.collections.sorting Modifier and Type Interface Description interface
XChart<K,V>
-
Uses of XAddingTable in one.microstream.collections.types
Subinterfaces of XAddingTable in one.microstream.collections.types Modifier and Type Interface Description interface
XBasicTable<K,V>
interface
XTable<K,V>
Methods in one.microstream.collections.types that return XAddingTable Modifier and Type Method Description XAddingTable<K,V>
XAddingTable. addAll(XGettingCollection<? extends KeyValue<K,V>> elements)
XAddingTable<K,V>
XAddingTable. addAll(KeyValue<K,V>... elements)
XAddingTable<K,V>
XAddingTable. addAll(KeyValue<K,V>[] elements, int srcStartIndex, int srcLength)
XAddingTable<K,V>
XAddingTable.Creator. newInstance()