public interface XAddingTable<K,V> extends XAddingMap<K,V>, XAddingSequence<KeyValue<K,V>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XAddingTable.Creator<K,V> |
| Modifier and Type | Method and Description |
|---|---|
XAddingTable<K,V> |
addAll(KeyValue<K,V>... elements) |
XAddingTable<K,V> |
addAll(KeyValue<K,V>[] elements,
int srcStartIndex,
int srcLength) |
XAddingTable<K,V> |
addAll(XGettingCollection<? extends KeyValue<K,V>> elements) |
add, nullKeyAllowed, nullValuesAllowed, set, valueSetaccept, add, collector, nullAddcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityoptimizehasVolatileElements, nullAllowedXAddingTable<K,V> addAll(KeyValue<K,V>... elements)
addAll in interface XAddingCollection<KeyValue<K,V>>addAll in interface XAddingSequence<KeyValue<K,V>>XAddingTable<K,V> addAll(KeyValue<K,V>[] elements, int srcStartIndex, int srcLength)
addAll in interface XAddingCollection<KeyValue<K,V>>addAll in interface XAddingSequence<KeyValue<K,V>>XAddingTable<K,V> addAll(XGettingCollection<? extends KeyValue<K,V>> elements)
addAll in interface XAddingCollection<KeyValue<K,V>>addAll in interface XAddingSequence<KeyValue<K,V>>Copyright © 2022 MicroStream Software. All rights reserved.