MCPcopy 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

parseLineMethod · 0.80

Calls 3

putMethod · 0.65
getKeyNameMethod · 0.65
getIndexMethod · 0.45

Tested by

no test coverage detected