public final class ConfigurationMapImpl extends com.google.common.collect.ForwardingMap<String,String> implements ConfigurationMap
Map
implementation with type convertersConstructor and Description |
---|
ConfigurationMapImpl() |
ConfigurationMapImpl(Map<String,String> map) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
delegate() |
boolean |
getAsBoolean(String key)
Returns the value with the specified key as
Boolean |
long |
getAsLong(String key)
Returns the value with the specified key as
Long |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public boolean getAsBoolean(String key)
ConfigurationMap
Boolean
getAsBoolean
in interface ConfigurationMap
public long getAsLong(String key) throws NumberFormatException
ConfigurationMap
Long
getAsLong
in interface ConfigurationMap
NumberFormatException
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.