public class ElementConfigurationMap<SELF extends ElementConfigurationMap<SELF>> extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ElementConfigurationMap() |
| Modifier and Type | Method and Description |
|---|---|
SELF |
setAttribute(String key,
Object value)
Set an attribute on the configuration.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic SELF setAttribute(String key, Object value)
HashMap.put(Object, Object) except suitable for fluent API,
because it returns the same instance.key - attribute keyvalue - attribute valueCopyright © 2020. All rights reserved.