{@inheritDoc} The set's iterator traverses the mappings for the first row, the mappings for the second row, and so on. Each cell is an immutable snapshot of a row key / column key / value mapping, taken at the time the cell is returned by a method call to the set or its iterator.
()
| 232 | */ |
| 233 | |
| 234 | @Override |
| 235 | public Set<Cell<R, C, V>> cellSet() { |
| 236 | return super.cellSet(); |
| 237 | } |
| 238 | |
| 239 | @Override |
| 240 | Iterator<Cell<R, C, V>> cellIterator() { |