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

Method clear

output/java_guava/1.4.17/AbstractTable.java:84–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 @Override
85 public void clear() {
86 Iterators.clear(cellSet().iterator());
87 }
88
89 @CanIgnoreReturnValue
90 @Override

Callers

nothing calls this directly

Calls 3

clearMethod · 0.95
cellSetMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected