-
Classes in one.microstream.collections that implement XBasicTable
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.
|
-
-
Methods in one.microstream.collections.types that return XBasicTable
Modifier and Type |
Method |
Description |
XBasicTable<K,V> |
XBasicTable.addAll(XGettingCollection<? extends KeyValue<K,V>> elements) |
|
XBasicTable<K,V> |
XBasicTable.addAll(KeyValue<K,V>... elements) |
|
XBasicTable<K,V> |
XBasicTable.addAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
|
XBasicTable<K,V> |
XBasicTable.copy() |
|
XBasicTable<K,V> |
XBasicTable.Bridge.parent() |
|
XBasicTable<K,V> |
XBasicTable.EntriesBridge.parent() |
|
XBasicTable<K,V> |
XBasicTable.Keys.parent() |
|
XBasicTable<K,V> |
XBasicTable.Satellite.parent() |
|
XBasicTable<K,V> |
XBasicTable.Values.parent() |
|
XBasicTable<K,V> |
XBasicTable.putAll(XGettingCollection<? extends KeyValue<K,V>> elements) |
|
XBasicTable<K,V> |
XBasicTable.putAll(KeyValue<K,V>... elements) |
|
XBasicTable<K,V> |
XBasicTable.putAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
|