public abstract class LogData extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LogData() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
Set<Map.Entry<String,Object>> |
entrySet() |
Set<String> |
keySet() |
Object |
put(String dataKey,
Object dataValue) |
void |
putAll(Map<? extends String,? extends Object> m) |
protected void |
putData(String dataKey,
Object dataValue) |
Object |
remove(Object key) |
Collection<Object> |
values() |
containsValue, forEach, get, getOrDefault, removeEldestEntry, replaceAllcompute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, sizeCopyright © 2010-2018 Linagora. All Rights Reserved.