Uses of Interface
joptsimple.internal.OptionNameMap
-
Packages that use OptionNameMap Package Description joptsimple joptsimple.internal -
-
Uses of OptionNameMap in joptsimple
Fields in joptsimple declared as OptionNameMap Modifier and Type Field Description private OptionNameMap<AbstractOptionSpec<?>>OptionParser. recognizedOptions -
Uses of OptionNameMap in joptsimple.internal
Classes in joptsimple.internal that implement OptionNameMap Modifier and Type Class Description classAbbreviationMap<V>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.classSimpleOptionNameMap<V>AnOptionNameMapwhich wraps and behaves likeHashMap.
-