Class ConfigurationMapImpl
- All Implemented Interfaces:
ConfigurationMap,Map<String,String>
public final class ConfigurationMapImpl
extends com.google.common.collect.ForwardingMap<String,String>
implements ConfigurationMap
A delegating
Map implementation with type converters-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesMethods inherited from class com.google.common.collect.ForwardingObject
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
ConfigurationMapImpl
-
ConfigurationMapImpl
public ConfigurationMapImpl()
-
-
Method Details
-
delegate
-
getAsBoolean
Description copied from interface:ConfigurationMapReturns the value with the specified key asBoolean- Specified by:
getAsBooleanin interfaceConfigurationMap- Parameters:
key-- Returns:
- value as boolean
-
getAsLong
Description copied from interface:ConfigurationMapReturns the value with the specified key asLong- Specified by:
getAsLongin interfaceConfigurationMap- Parameters:
key-- Returns:
- value as long
- Throws:
NumberFormatException
-