Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ size
Method
size
lib/java/util/TreeMap.java:883–886 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
881
}
882
883
@Override
884
public
int
size() {
885
return
subMap.size();
886
}
887
888
@Override
889
public
boolean remove(Object object) {
Callers
nothing calls this directly
Calls
1
size
Method · 0.65
Tested by
no test coverage detected