Uses of Interface
joptsimple.internal.OptionNameMap
Packages that use OptionNameMap
-
Uses of OptionNameMap in joptsimple
Fields in joptsimple declared as OptionNameMapModifier and TypeFieldDescriptionprivate final OptionNameMap
<AbstractOptionSpec<?>> OptionParser.recognizedOptions
-
Uses of OptionNameMap in joptsimple.internal
Classes in joptsimple.internal that implement OptionNameMapModifier and TypeClassDescriptionclass
A map whose keys are strings; when a key/value pair is added to the map, the longest unique abbreviations of that key are added as well, and associated with the value.class
AnOptionNameMap
which wraps and behaves likeHashMap
.