Uses of Interface
com.beust.jcommander.FuzzyMap.IKey
Packages that use FuzzyMap.IKey
-
Uses of FuzzyMap.IKey in com.beust.jcommander
Classes in com.beust.jcommander that implement FuzzyMap.IKeyModifier and TypeClassDescriptionstatic final classEncapsulation of either a main application or an individual command.classFields in com.beust.jcommander with type parameters of type FuzzyMap.IKeyModifier and TypeFieldDescriptionprivate Map<FuzzyMap.IKey,JCommander.ProgramName> JCommander.aliasMapAlias database for reverse lookupprivate Map<FuzzyMap.IKey,ParameterDescription> JCommander.descriptionsA map to look up parameter description per option name.Methods in com.beust.jcommander that return types with arguments of type FuzzyMap.IKeyMethods in com.beust.jcommander with parameters of type FuzzyMap.IKeyModifier and TypeMethodDescriptionprivate static <V> VFuzzyMap.findAbbreviatedValue(Map<? extends FuzzyMap.IKey, V> map, FuzzyMap.IKey name, boolean caseSensitive) static <V> VFuzzyMap.findInMap(Map<? extends FuzzyMap.IKey, V> map, FuzzyMap.IKey name, boolean caseSensitive, boolean allowAbbreviations) private booleanJCommander.matchArg(String arg, FuzzyMap.IKey key) Method parameters in com.beust.jcommander with type arguments of type FuzzyMap.IKeyModifier and TypeMethodDescriptionprivate static <V> VFuzzyMap.findAbbreviatedValue(Map<? extends FuzzyMap.IKey, V> map, FuzzyMap.IKey name, boolean caseSensitive) static <V> VFuzzyMap.findInMap(Map<? extends FuzzyMap.IKey, V> map, FuzzyMap.IKey name, boolean caseSensitive, boolean allowAbbreviations)