(@Nullable C columnKey)
| 496 | } |
| 497 | |
| 498 | @Override |
| 499 | public Map<R, V> column(@Nullable C columnKey) { |
| 500 | return Collections.unmodifiableMap(super.column(columnKey)); |
| 501 | } |
| 502 | |
| 503 | @Override |
| 504 | public Set<C> columnKeySet() { |
nothing calls this directly
no test coverage detected