MCPcopy Create free account
hub / github.com/PCGen/pcgen / addAssoc

Method addAssoc

code/src/java/pcgen/core/PlayerCharacter.java:7948–7951  ·  view source on GitHub ↗
(Object obj, AssociationListKey<T> ak, T o)

Source from the content-addressed store, hash-verified

7946 }
7947
7948 public <T> void addAssoc(Object obj, AssociationListKey<T> ak, T o)
7949 {
7950 assocSupt.addAssoc(obj, ak, o);
7951 }
7952
7953 public int getAssocCount(Object obj, AssociationListKey<?> ak)
7954 {

Callers 11

restoreChoiceMethod · 0.45
restoreChoiceMethod · 0.45
restoreChoiceMethod · 0.45
restoreChoiceMethod · 0.45
restoreChoiceMethod · 0.45
restoreChoiceMethod · 0.45
restoreChoiceMethod · 0.45
addAssociationMethod · 0.45
parseLevelAbilityInfoMethod · 0.45
restoreChoiceMethod · 0.45
restoreChoiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected