Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
public
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
converterArgs
Method · 0.65
twoCommandsSameOption
Method · 0.65
loadClassAndBundleWithIsolatedClassLoader
Method · 0.65
IsolatedClassLoader
Method · 0.65
isPrimitiveOrString
Method · 0.65
ParameterDescription
Method · 0.65
addValue
Method · 0.65
toString
Method · 0.65
appendCommands
Method · 0.65
findInMap
Method · 0.65
findAbbreviatedValue
Method · 0.65
parseArg
Method · 0.65
Implementers
4
StringKey
src/main/java/com/beust/jcommander/Str
ProgramName
src/main/java/com/beust/jcommander/JCo
Child
src/test/java/com/beust/jcommander/Typ
Parameterized
src/main/java/com/beust/jcommander/Par
Calls
no outgoing calls
Tested by
5
converterArgs
Method · 0.52
twoCommandsSameOption
Method · 0.52
loadClassAndBundleWithIsolatedClassLoader
Method · 0.52
IsolatedClassLoader
Method · 0.52
isPrimitiveOrString
Method · 0.52