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