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

Method getCount

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

Returns the count of objects stored in the SetFacet for the given Identifier. @param id The identifier used to identify the objects for which the count is to be returned by the SetFacet @return the count of objects stored in the SetFacet for the given Identifier

(IDT id)

Source from the content-addressed store, hash-verified

60 * Identifier
61 */
62 public int getCount(IDT id);
63}

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