| Package | Description |
|---|---|
| joptsimple | |
| joptsimple.internal |
| Modifier and Type | Field and Description |
|---|---|
private OptionNameMap<AbstractOptionSpec<?>> |
OptionParser.recognizedOptions |
| Modifier and Type | Class and 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>
An
OptionNameMap which wraps and behaves like HashMap. |