(Object key)
| 852 | } |
| 853 | |
| 854 | @Override |
| 855 | public Map<R, V> remove(Object key) { |
| 856 | return containsColumn(key) ? removeColumn(key) : null; |
| 857 | } |
| 858 | |
| 859 | @Override |
| 860 | public Set<Entry<C, Map<R, V>>> createEntrySet() { |
nothing calls this directly
no test coverage detected