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

Method clear

output/java_guava/1.4.18/StandardTable.java:341–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 }
340
341 @Override
342 public void clear() {
343 Map<C, V> backingRowMap = backingRowMap();
344 if (backingRowMap != null) {
345 backingRowMap.clear();
346 }
347 maintainEmptyInvariant();
348 }
349
350 @Override
351 public int size() {

Callers

nothing calls this directly

Calls 3

backingRowMapMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected