(DeckSection deckSection)
| 179 | |
| 180 | // may return nulls |
| 181 | public CardPool get(DeckSection deckSection) { |
| 182 | loadDeferredSections(); |
| 183 | return parts.get(deckSection); |
| 184 | } |
| 185 | |
| 186 | public boolean has(DeckSection deckSection) { |
| 187 | final CardPool cp = get(deckSection); |
no test coverage detected