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

Method cellIterator

output/java_guava/1.4.16/Tables.java:409–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407 }
408
409 @Override
410 Iterator<Cell<R, C, V2>> cellIterator() {
411 return Iterators.transform(fromTable.cellSet().iterator(), cellFunction());
412 }
413
414 @Override
415 public Set<R> rowKeySet() {

Callers

nothing calls this directly

Calls 4

transformMethod · 0.95
cellFunctionMethod · 0.95
iteratorMethod · 0.65
cellSetMethod · 0.65

Tested by

no test coverage detected