public class LocMap<K,T> extends Object implements Map<K,T>, Serializable
AbstractItemModel.
Please note this class was necessary to be created since ConcurrentHashMap is not capable to store NULL
values.
Internally all calls are delegated to a instance of ConcurrentHashMap but NULL values are masked by a
specific token that is being translated upon read access.| Constructor and Description |
|---|
LocMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,T>> |
entrySet() |
T |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
T |
put(K locale,
T value) |
void |
putAll(Map<? extends K,? extends T> map) |
T |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<T> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2017 SAP SE. All Rights Reserved.