()
| 964 | } |
| 965 | |
| 966 | @Override |
| 967 | public Collection<PaperCard> getAllCards() { |
| 968 | return Collections.unmodifiableCollection(allCardsByRules.values()); |
| 969 | } |
| 970 | |
| 971 | // returns a list of all cards from their respective latest (or preferred) editions |
| 972 | @Override |
no test coverage detected