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

Method getSet

code/src/java/pcgen/cdom/base/SetFacet.java:50–50  ·  view source on GitHub ↗

Returns the object stored in the SetFacet for the given Identifier. This method should never return null. It is intended that classes which extend SetFacet will make this method value-semantic, meaning that ownership of the Collection returned by this method will be transferred to the calling obje

(IDT id)

Source from the content-addressed store, hash-verified

48 * @return the object stored in the SetFacet for the given Identifier
49 */
50 public Collection<T> getSet(IDT id);
51
52 /**
53 * Returns the count of objects stored in the SetFacet for the given

Callers 15

testBasicChoicesListMethod · 0.65
testGetSetMethod · 0.65
testGetSetFilteredMethod · 0.65
testGetSetNegatedMethod · 0.65
testGetSetMethod · 0.65
testGetSetFilteredMethod · 0.65
testGetSetMethod · 0.65
testGetSetFilteredMethod · 0.65
testGetSetMethod · 0.65

Implementers 9

EquippedEquipmentFacetcode/src/java/pcgen/cdom/facet/Equippe
ClassFacetcode/src/java/pcgen/cdom/facet/model/C
WeaponProfModelFacetcode/src/java/pcgen/cdom/facet/model/W
AbstractAssociationFacetcode/src/java/pcgen/cdom/facet/base/Ab
AbstractSingleSourceListFacetcode/src/java/pcgen/cdom/facet/base/Ab
AbstractCNASEnforcingFacetcode/src/java/pcgen/cdom/facet/base/Ab
AbstractQualifiedListFacetcode/src/java/pcgen/cdom/facet/base/Ab
AbstractListFacetcode/src/java/pcgen/cdom/facet/base/Ab
AbstractSourcedListFacetcode/src/java/pcgen/cdom/facet/base/Ab

Calls

no outgoing calls

Tested by 15

testBasicChoicesListMethod · 0.52
testGetSetMethod · 0.52
testGetSetFilteredMethod · 0.52
testGetSetNegatedMethod · 0.52
testGetSetMethod · 0.52
testGetSetFilteredMethod · 0.52
testGetSetMethod · 0.52
testGetSetFilteredMethod · 0.52
testGetSetMethod · 0.52