Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getSellableCards
Method · 0.95
getSelectedItemPool
Method · 0.95
showCardList
Method · 0.80
showBoxedProduct
Method · 0.80
updateCollectionPool
Method · 0.80
generateSealedPool
Method · 0.80
generateParticipants
Method · 0.80
create
Method · 0.80
generateDeck
Method · 0.80
addItemsFlat
Method · 0.80
getPoolByPile
Method · 0.80
nextChoice
Method · 0.80
Calls
1
add
Method · 0.95
Tested by
1
nextChoice
Method · 0.64