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.collectionsClasses in one.microstream.collections that implement XAddingTable Modifier and Type Class Description classEqHashTable<K,V>classHashTable<K,V>
- 
Uses of XAddingTable in one.microstream.collections.sortingSubinterfaces of XAddingTable in one.microstream.collections.sorting Modifier and Type Interface Description interfaceXChart<K,V>
- 
Uses of XAddingTable in one.microstream.collections.typesSubinterfaces of XAddingTable in one.microstream.collections.types Modifier and Type Interface Description interfaceXBasicTable<K,V>interfaceXTable<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()