public static class UtilReader.PropertiesMap<E> extends AbstractMap<String,E>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PropertiesMap()
Creates an empty Map (not very useful since this Map is unmodifiable).
|
PropertiesMap(Map<String,E> map)
Wrapping the given map.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,E>> |
entrySet() |
E |
getProperty(String key,
E defaultValue)
Returns the object mapped with 'key', or defaultValue if there is none.
|
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllMMBase 1.9-SNAPSHOT - ${javadoctimestamp}