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

Method cellSet

output/java_guava/1.4.17/ArrayTable.java:558–561  ·  view source on GitHub ↗

Returns an unmodifiable set of all row key / column key / value triplets. Changes to the table will update the returned set. The returned set's iterator traverses the mappings with the first row key, the mappings with the second row key, and so on. The value in the returned cells may change

()

Source from the content-addressed store, hash-verified

556 */
557
558 @Override
559 public Set<Cell<R, C, V>> cellSet() {
560 return super.cellSet();
561 }
562
563 @Override
564 Iterator<Cell<R, C, V>> cellIterator() {

Callers

nothing calls this directly

Calls 1

cellSetMethod · 0.65

Tested by

no test coverage detected