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

Method removeAllAssocs

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

Source from the content-addressed store, hash-verified

7961 }
7962
7963 public <T> List<T> removeAllAssocs(Object obj, AssociationListKey<T> ak)
7964 {
7965 return assocSupt.removeAllAssocs(obj, ak);
7966 }
7967
7968 public <T> void removeAssoc(Object obj, AssociationListKey<T> ak, T o)
7969 {

Callers 2

removeMethod · 0.45
removeAllAssociationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected