Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davidgiven/luje
/ size
Method
size
lib/java/util/AbstractMap.java:230–233 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
}
229
230
@Override
231
public
int
size() {
232
return
AbstractMap.this.size();
233
}
234
235
@Override
236
public
Iterator<K> iterator() {
Callers
3
equals
Method · 0.95
isEmpty
Method · 0.95
toString
Method · 0.95
Calls
2
entrySet
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected