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

Method getAssocList

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

Source from the content-addressed store, hash-verified

7956 }
7957
7958 public <T> List<T> getAssocList(Object obj, AssociationListKey<T> ak)
7959 {
7960 return assocSupt.getAssocList(obj, ak);
7961 }
7962
7963 public <T> List<T> removeAllAssocs(Object obj, AssociationListKey<T> ak)
7964 {

Callers 15

getCurrentlySelectedMethod · 0.45
getCurrentlySelectedMethod · 0.45
getCurrentlySelectedMethod · 0.45
getCurrentlySelectedMethod · 0.45
getCurrentlySelectedMethod · 0.45
getCurrentlySelectedMethod · 0.45
getCurrentlySelectedMethod · 0.45
driveChoiceMethod · 0.45
getCurrentlySelectedMethod · 0.45
containsAssociatedMethod · 0.45
getAssociationListMethod · 0.45

Calls

no outgoing calls

Tested by 1