- 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
Nested Classes -
Field Summary
Fields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP -
Method Summary
-
Method Details
-
put
Mapskeytovalue. Following invocations of theget-method withkeyas key will returnvalue.- Parameters:
key- a keyvalue- the value to be associated withkey- Returns:
- the previously associated value, or
null
-