Interface XAddingTable<K,V>
- All Superinterfaces:
 CapacityCarrying,CapacityExtendable,Consumer<KeyValue<K,V>>,ExtendedCollection<KeyValue<K,V>>,ExtendedMap<K,V>,ExtendedSequence<KeyValue<K,V>>,OptimizableCollection,Sized,XAddingCollection<KeyValue<K,V>>,XAddingMap<K,V>,XAddingSequence<KeyValue<K,V>>
- All Known Subinterfaces:
 XBasicTable<K,V>,XChart<K,V>,XTable<K,V>
- All Known Implementing Classes:
 EqHashTable,HashTable
public interface XAddingTable<K,V> extends XAddingMap<K,V>, XAddingSequence<KeyValue<K,V>>
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXAddingTable.Creator<K,V> - 
Method Summary
Methods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
isFull, maximumCapacity, remainingCapacityMethods inherited from interface one.microstream.collections.interfaces.CapacityExtendable
currentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityMethods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
hasVolatileElements, nullAllowedMethods inherited from interface one.microstream.collections.interfaces.OptimizableCollection
optimizeMethods inherited from interface one.microstream.collections.types.XAddingCollection
accept, add, collector, nullAddMethods inherited from interface one.microstream.collections.types.XAddingMap
add, nullKeyAllowed, nullValuesAllowed, set, valueSet 
- 
Method Details
- 
addAll
- Specified by:
 addAllin interfaceXAddingCollection<K>- Specified by:
 addAllin interfaceXAddingSequence<K>
 - 
addAll
- Specified by:
 addAllin interfaceXAddingCollection<K>- Specified by:
 addAllin interfaceXAddingSequence<K>
 - 
addAll
- Specified by:
 addAllin interfaceXAddingCollection<K>- Specified by:
 addAllin interfaceXAddingSequence<K>
 
 -