Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ size
Method
size
lib/java/util/HashMap.java:522–525 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
520
}
521
522
@Override
523
public
int
size() {
524
return
HashMap.this.size();
525
}
526
527
@Override
528
public
void
clear() {
Callers
nothing calls this directly
Calls
1
size
Method · 0.65
Tested by
no test coverage detected