MCPcopy Create free account
hub / github.com/antlr/codebuff / cellSet

Method cellSet

output/java_guava/1.4.17/StandardTable.java:234–237  ·  view source on GitHub ↗

{@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.

()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

cellSetMethod · 0.65

Tested by

no test coverage detected