Package joptsimple.internal


package joptsimple.internal
  • Class
    Description
    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.
     
     
    Map-like interface for storing String-value pairs.
    Helper methods for reflection.
    This unchecked exception wraps reflection-oriented exceptions.
     
    An OptionNameMap which wraps and behaves like HashMap.