MCPcopy Create free account
hub / github.com/cbeust/jcommander / getName

Method getName

src/main/java/com/beust/jcommander/FuzzyMap.java:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11public class FuzzyMap {
12 interface IKey {
13 String getName();
14 }
15
16 public static <V> V findInMap(Map<? extends IKey, V> map, IKey name,

Callers 15

converterArgsMethod · 0.65
twoCommandsSameOptionMethod · 0.65
IsolatedClassLoaderMethod · 0.65
isPrimitiveOrStringMethod · 0.65
ParameterDescriptionMethod · 0.65
addValueMethod · 0.65
toStringMethod · 0.65
appendCommandsMethod · 0.65
findInMapMethod · 0.65
findAbbreviatedValueMethod · 0.65
parseArgMethod · 0.65

Implementers 4

StringKeysrc/main/java/com/beust/jcommander/Str
ProgramNamesrc/main/java/com/beust/jcommander/JCo
Childsrc/test/java/com/beust/jcommander/Typ
Parameterizedsrc/main/java/com/beust/jcommander/Par

Calls

no outgoing calls

Tested by 5

converterArgsMethod · 0.52
twoCommandsSameOptionMethod · 0.52
IsolatedClassLoaderMethod · 0.52
isPrimitiveOrStringMethod · 0.52