java.lang.Object
de.grogra.util.Map.Chain
- All Implemented Interfaces:
Map
- Enclosing interface:
- Map
-
Nested Class Summary
-
Field Summary
Fields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Chain
-
Chain
-
-
Method Details
-
get
Description copied from interface:Map
Returns the value associated withkey
. If there is no value associated withkey
,defaultValue
is returned. -
add
-