This simple wrapper, accepts any type of Map as backing storage allowing more options in choosing the appropriate implementation. By default, a {@link java.util.LinkedHashMap} is used, if no Map is specified.
This implementation will enforce the Dictionary behaviour over the map when it comes to handling null values. As opposed to a Map, the Dictionary always throws {@link NullPointerException} if a given argument is null. @see java.util.Map @see java.util.Dictionary @author Costin Leau
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|