Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davidgiven/luje
/ size
Method
size
lib/java/util/Hashtable.java:422–425 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
420
return
new
Collections.SynchronizedSet<Map.Entry<K, V>>(
421
new
AbstractSet<Map.Entry<K, V>>() {
422
@Override
423
public
int
size() {
424
return
elementCount;
425
}
426
427
@Override
428
public
void
clear() {
Callers
3
equals
Method · 0.95
iterator
Method · 0.95
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected