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