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

Method hasAssocs

code/src/java/pcgen/core/PlayerCharacter.java:7978–7981  ·  view source on GitHub ↗
(Object obj, AssociationKey<?> ak)

Source from the content-addressed store, hash-verified

7976 }
7977
7978 public boolean hasAssocs(Object obj, AssociationKey<?> ak)
7979 {
7980 return assocSupt.hasAssocs(obj, ak);
7981 }
7982
7983 public <T> void removeAssoc(Object obj, AssociationKey<T> ak)
7984 {

Callers 4

getClassInfoMethod · 0.45
hasAssociationsMethod · 0.45
getCastForLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected