Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkFacetsDefined
Method · 0.45
testAddCompanion
Method · 0.45
testAddAbility
Method · 0.45
testAddFeatAbility
Method · 0.45
testAddLevelAbility
Method · 0.45
testAddLevelFeatAbility
Method · 0.45
testGetAvailableFollowers
Method · 0.45
testAddAbility
Method · 0.45
testFireNameChangedVariable
Method · 0.45
testAddAbility
Method · 0.45
testGetPCBasedBonusKnownSpells
Method · 0.45
testEquipmentTemporaryBonus
Method · 0.45
Calls
1
getSet
Method · 0.65
Tested by
15
checkFacetsDefined
Method · 0.36
testAddCompanion
Method · 0.36
testAddAbility
Method · 0.36
testAddFeatAbility
Method · 0.36
testAddLevelAbility
Method · 0.36
testAddLevelFeatAbility
Method · 0.36
testGetAvailableFollowers
Method · 0.36
testAddAbility
Method · 0.36
testFireNameChangedVariable
Method · 0.36
testAddAbility
Method · 0.36
testGetPCBasedBonusKnownSpells
Method · 0.36
testEquipmentTemporaryBonus
Method · 0.36