|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.common.collect.ForwardingObject com.google.common.collect.ForwardingMap<java.lang.String,java.lang.String> com.atlassian.bamboo.configuration.ConfigurationMapImpl
public final class ConfigurationMapImpl
A delegating Map
implementation with type converters
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
ConfigurationMapImpl()
|
|
ConfigurationMapImpl(java.util.Map<java.lang.String,java.lang.String> map)
|
Method Summary | |
---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
delegate()
|
boolean |
getAsBoolean(java.lang.String key)
Returns the value with the specified key as Boolean |
long |
getAsLong(java.lang.String key)
Returns the value with the specified key as Long |
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, standardEntrySet, standardEquals, standardHashCode, standardIsEmpty, standardKeySet, standardPutAll, standardRemove, standardToString, standardValues, values |
Methods inherited from class com.google.common.collect.ForwardingObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public ConfigurationMapImpl(java.util.Map<java.lang.String,java.lang.String> map)
public ConfigurationMapImpl()
Method Detail |
---|
protected java.util.Map<java.lang.String,java.lang.String> delegate()
delegate
in class com.google.common.collect.ForwardingMap<java.lang.String,java.lang.String>
public boolean getAsBoolean(java.lang.String key)
ConfigurationMap
Boolean
getAsBoolean
in interface ConfigurationMap
public long getAsLong(java.lang.String key) throws java.lang.NumberFormatException
ConfigurationMap
Long
getAsLong
in interface ConfigurationMap
java.lang.NumberFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |