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

Method eraseAll

output/java_guava/1.4.16/ArrayTable.java:394–398  ·  view source on GitHub ↗

Associates the value null with every pair of allowed row and column keys.

()

Source from the content-addressed store, hash-verified

392
393
394 public void eraseAll() {
395 for (V[] row : array) {
396 Arrays.fill(row, null);
397 }
398 }
399
400 /**
401 * Returns {@code true} if the provided keys are among the keys provided when

Callers 1

ArrayTableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected