MCPcopy Create free account
hub / github.com/Card-Forge/forge / iterator

Method iterator

forge-core/src/main/java/forge/card/CardDb.java:1135–1138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1133 }
1134
1135 @Override
1136 public Iterator<PaperCard> iterator() {
1137 return getAllCards().iterator();
1138 }
1139
1140 @Override
1141 public Predicate<? super PaperCard> wasPrintedInSets(Collection<String> setCodes) {

Callers 5

isVanillaMethod · 0.45
getBestUniquePrintMethod · 0.45
getCardFromSetMethod · 0.45

Calls 1

getAllCardsMethod · 0.95

Tested by

no test coverage detected