Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ HashBiMap
Method
HashBiMap
output/java_guava/1.4.18/HashBiMap.java:124–126 ·
view source on GitHub ↗
(int expectedSize)
Source
from the content-addressed store, hash-verified
122
private
transient
int
modCount;
123
124
private
HashBiMap(
int
expectedSize) {
125
init(expectedSize);
126
}
127
128
private
void
init(
int
expectedSize) {
129
checkNonnegative(expectedSize,
"expectedSize"
);
Callers
nothing calls this directly
Calls
1
init
Method · 0.95
Tested by
no test coverage detected