Searched refs:charToValues (Results 1 – 1 of 1) sorted by relevance
216 final Map<Character, Option> charToValues = new LinkedHashMap<>(); field in Option.Options221 final Option help = charToValues.values().iterator().next();273 if (charToValues.containsKey(option.flag)) { in add()275 + charToValues.get(option.flag)); in add()278 charToValues.put(option.flag, option); in add()291 for (Option option : charToValues.values()) { in parse()319 option = charToValues.get(arg.charAt(0)); in parse()