(@Nullable Object columnKey)
| 183 | } |
| 184 | |
| 185 | @Override |
| 186 | public boolean containsColumn(@Nullable Object columnKey) { |
| 187 | return original.containsRow(columnKey); |
| 188 | } |
| 189 | |
| 190 | @Override |
| 191 | public boolean containsRow(@Nullable Object rowKey) { |
nothing calls this directly
no test coverage detected