- All Superinterfaces:
Map
- All Known Implementing Classes:
Configuration
,ConfigurationSet
,SOBindingImpl
,StringMap
This interface adds a
put
-method to the
Map
interface.- Author:
- Ole Kniemeyer
-
Nested Class Summary
-
Field Summary
Fields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP
-
Method Summary
-
Method Details
-
put
Mapskey
tovalue
. Following invocations of theget
-method withkey
as key will returnvalue
.- Parameters:
key
- a keyvalue
- the value to be associated withkey
- Returns:
- the previously associated value, or
null
-