(@Nullable R rowKey)
| 524 | } |
| 525 | |
| 526 | @Override |
| 527 | public Map<C, V> row(@Nullable R rowKey) { |
| 528 | return Collections.unmodifiableMap(super.row(rowKey)); |
| 529 | } |
| 530 | |
| 531 | @Override |
| 532 | public Set<R> rowKeySet() { |
nothing calls this directly
no test coverage detected