Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ computeMaxSize
Method
computeMaxSize
lib/java/util/Hashtable.java:329–331 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
327
}
328
329
private
void
computeMaxSize() {
330
threshold = (
int
) (elementData.length * loadFactor);
331
}
332
333
/**
334
* Returns true
if
this {@code Hashtable} contains the specified object as
Callers
2
Hashtable
Method · 0.95
rehash
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected