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

Method clear

output/java_guava/1.4.19/StandardTable.java:343–350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

backingRowMapMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected