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

Method createTable

output/java_guava/1.4.18/HashBiMap.java:342–345  ·  view source on GitHub ↗
(int length)

Source from the content-addressed store, hash-verified

340 }
341
342 @SuppressWarnings("unchecked")
343 private BiEntry<K, V>[] createTable(int length) {
344 return new BiEntry[length];
345 }
346
347 @CanIgnoreReturnValue
348 @Override

Callers 2

initMethod · 0.95
rehashIfNecessaryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected