Returns the value of the specified key. The key is converted to a string
and then passed to the underlying configuration.
Parameters: key - the key the value of this key See Also:java.util.Map.get(java.lang.Object)
Stores the value for the specified key. The value is stored in the
underlying configuration.
Parameters: key - the key (will be converted to a string) Parameters: value - the value the old value of this key or null if it is new See Also:java.util.Map.put(java.lang.Objectjava.lang.Object)