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

Method next

code/src/java/pcgen/facade/util/DefaultListFacade.java:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 @Override
59 public E next()
60 {
61 index = iterator.nextIndex();
62 return iterator.next();
63 }
64
65 @Override
66 public void remove()

Callers 15

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

Calls 1

nextIndexMethod · 0.80

Tested by 15

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