Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ createTable
Method
createTable
output/java_guava/1.4.17/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
init
Method · 0.95
rehashIfNecessary
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected