K - the key typeV - the value typepublic interface XPuttingMap<K,V> extends XAddingMap<K,V>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XPuttingMap.Creator<K,V> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
put(K key,
V value)
Ensures the passed key and value to be contained as an entry in the map.
|
boolean |
valuePut(K sampleKey,
V value)
Ensures the passed value to be either set to an existing entry appropriate to sampleKey or inserted as a new one.
|
add, nullKeyAllowed, nullValuesAllowed, set, valueSetcurrentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacityisFull, maximumCapacity, remainingCapacityhasVolatileElements, nullAllowedCopyright © 2022 MicroStream Software. All rights reserved.