Package joptsimple.internal
Interface OptionNameMap<V>
-
- Type Parameters:
V
- type of values stored in the map
- All Known Implementing Classes:
AbbreviationMap
,SimpleOptionNameMap
public interface OptionNameMap<V>
Map-like interface for storing String-value pairs.