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 TypeClassDescriptionclassA 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.classAnOptionNameMapwhich wraps and behaves likeHashMap.