Uses of Interface
joptsimple.internal.OptionNameMap
-
Packages that use OptionNameMap Package Description joptsimple.internal -
-
Uses of OptionNameMap in joptsimple.internal
Classes in joptsimple.internal that implement OptionNameMap Modifier and Type Class Description class
AbbreviationMap<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.class
SimpleOptionNameMap<V>
AnOptionNameMap
which wraps and behaves likeHashMap
.
-