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

Method addAllFlat

forge-core/src/main/java/forge/util/ItemPool.java:206–210  ·  view source on GitHub ↗
(final Iterable<T> itms)

Source from the content-addressed store, hash-verified

204 }
205
206 public void addAllFlat(final Iterable<T> itms) {
207 for (T item : itms) {
208 add(item);
209 }
210 }
211
212 public void addAll(final Iterable<Entry<T, Integer>> map) {
213 for (Entry<T, Integer> e : map) {

Callers 15

getSellableCardsMethod · 0.95
getSelectedItemPoolMethod · 0.95
showCardListMethod · 0.80
showBoxedProductMethod · 0.80
updateCollectionPoolMethod · 0.80
generateSealedPoolMethod · 0.80
generateParticipantsMethod · 0.80
createMethod · 0.80
generateDeckMethod · 0.80
addItemsFlatMethod · 0.80
getPoolByPileMethod · 0.80
nextChoiceMethod · 0.80

Calls 1

addMethod · 0.95

Tested by 1

nextChoiceMethod · 0.64