Interface ConfigurationMap
- All Known Implementing Classes:
ConfigurationMapImpl
A delegating
Map
implementation with type converters-
Nested Class Summary
-
Method Summary
Methods 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
-
Method Details
-
getAsBoolean
Returns the value with the specified key asBoolean
- Parameters:
key
-- Returns:
- value as boolean
-
getAsLong
Returns the value with the specified key asLong
- Parameters:
key
-- Returns:
- value as long
- Throws:
NumberFormatException
-