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

Method eraseAll

corpus/java/training/guava/collect/ArrayTable.java:385–389  ·  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

383 * keys.
384 */
385 public void eraseAll() {
386 for (V[] row : array) {
387 Arrays.fill(row, null);
388 }
389 }
390
391 /**
392 * 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