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 class
Encapsulation of either a main application or an individual command.class
Fields in com.beust.jcommander with type parameters of type FuzzyMap.IKeyModifier and TypeFieldDescriptionprivate Map
<FuzzyMap.IKey, JCommander.ProgramName> JCommander.aliasMap
Alias database for reverse lookupprivate Map
<FuzzyMap.IKey, ParameterDescription> JCommander.descriptions
A 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> V
FuzzyMap.findAbbreviatedValue
(Map<? extends FuzzyMap.IKey, V> map, FuzzyMap.IKey name, boolean caseSensitive) static <V> V
FuzzyMap.findInMap
(Map<? extends FuzzyMap.IKey, V> map, FuzzyMap.IKey name, boolean caseSensitive, boolean allowAbbreviations) private boolean
JCommander.matchArg
(String arg, FuzzyMap.IKey key) Method parameters in com.beust.jcommander with type arguments of type FuzzyMap.IKeyModifier and TypeMethodDescriptionprivate static <V> V
FuzzyMap.findAbbreviatedValue
(Map<? extends FuzzyMap.IKey, V> map, FuzzyMap.IKey name, boolean caseSensitive) static <V> V
FuzzyMap.findInMap
(Map<? extends FuzzyMap.IKey, V> map, FuzzyMap.IKey name, boolean caseSensitive, boolean allowAbbreviations)