(String faceName)
| 1123 | } |
| 1124 | |
| 1125 | @Override |
| 1126 | public ICardFace getFaceByName(String faceName) { |
| 1127 | return facesByName.get(getNormalizedName(faceName)); |
| 1128 | } |
| 1129 | |
| 1130 | @Override |
| 1131 | public boolean contains(String name) { |
nothing calls this directly
no test coverage detected