public class SUF2Map extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SUF2Map() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doWrite(Object keyObject,
Object value)
Check if (over)writing this K/V is allowed
Current value will be checked and decided if any existing value may be overwritten
|
Map |
getProperties() |
Object |
put(Object key,
Object value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Map getProperties()
public boolean doWrite(Object keyObject, Object value)
keyObject - Key to check for this mapvalue - Value to be assignedCopyright © 2018 B3Partners B.V.. All rights reserved.