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

Method iterator

code/src/java/pcgen/output/model/SetFacetModel.java:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 @Override
75 public Iterator<T> iterator()
76 {
77 return facet.getSet(id).iterator();
78 }
79
80 @Override
81 public TemplateModel get(int index) throws TemplateModelException

Callers 15

checkFacetsDefinedMethod · 0.45
testAddCompanionMethod · 0.45
testAddAbilityMethod · 0.45
testAddFeatAbilityMethod · 0.45
testAddLevelAbilityMethod · 0.45
testAddAbilityMethod · 0.45
testAddAbilityMethod · 0.45

Calls 1

getSetMethod · 0.65

Tested by 15

checkFacetsDefinedMethod · 0.36
testAddCompanionMethod · 0.36
testAddAbilityMethod · 0.36
testAddFeatAbilityMethod · 0.36
testAddLevelAbilityMethod · 0.36
testAddAbilityMethod · 0.36
testAddAbilityMethod · 0.36