Package joptsimple.internal
Class SimpleOptionNameMap<V>
java.lang.Object
joptsimple.internal.SimpleOptionNameMap<V>
- All Implemented Interfaces:
OptionNameMap<V>
An OptionNameMap
which wraps and behaves like HashMap
.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleOptionNameMap
public SimpleOptionNameMap()
-
-
Method Details
-
contains
- Specified by:
contains
in interfaceOptionNameMap<V>
-
get
- Specified by:
get
in interfaceOptionNameMap<V>
-
put
- Specified by:
put
in interfaceOptionNameMap<V>
-
putAll
- Specified by:
putAll
in interfaceOptionNameMap<V>
-
remove
- Specified by:
remove
in interfaceOptionNameMap<V>
-
toJavaUtilMap
- Specified by:
toJavaUtilMap
in interfaceOptionNameMap<V>
-