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

Method clear

output/java_guava/1.4.18/AbstractMultiset.java:146–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 @Override
147 public void clear() {
148 Iterators.clear(entryIterator());
149 }
150
151 // Views
152

Callers

nothing calls this directly

Calls 2

clearMethod · 0.95
entryIteratorMethod · 0.95

Tested by

no test coverage detected