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

Method cellIterator

output/java_guava/1.4.17/Tables.java:255–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253 };
254
255 @SuppressWarnings("unchecked")
256 @Override
257 Iterator<Cell<C, R, V>> cellIterator() {
258 return Iterators.transform(original.cellSet().iterator(), (Function) TRANSPOSE_CELL);
259 }
260 }
261
262 /**

Callers

nothing calls this directly

Calls 3

transformMethod · 0.95
iteratorMethod · 0.65
cellSetMethod · 0.65

Tested by

no test coverage detected