Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ addToNameMap
Method
addToNameMap
code/src/java/pcgen/core/BioSet.java:620–623 ·
view source on GitHub ↗
(AgeSet ageSet)
Source
from the content-addressed store, hash-verified
618
}
619
620
public
Integer addToNameMap(AgeSet ageSet)
621
{
622
return
ageNames.put(ageSet.getKeyName(), ageSet.getIndex());
623
}
624
625
public
Set<String> getAgeCategories()
626
{
Callers
1
parseLine
Method · 0.80
Calls
3
put
Method · 0.65
getKeyName
Method · 0.65
getIndex
Method · 0.45
Tested by
no test coverage detected