(@Nullable Object columnKey)
| 40 | } |
| 41 | |
| 42 | @Override |
| 43 | public boolean containsColumn(@Nullable Object columnKey) { |
| 44 | return Maps.safeContainsKey(columnMap(), columnKey); |
| 45 | } |
| 46 | |
| 47 | @Override |
| 48 | public Set<R> rowKeySet() { |
nothing calls this directly
no test coverage detected