Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ comparator
Method
comparator
lib/java/util/TreeMap.java:458–460 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
456
}
457
458
public
Comparator<? super K> comparator() {
459
return
backingMap.comparator();
460
}
461
462
@SuppressWarnings(
"unchecked"
)
463
@Override
Callers
nothing calls this directly
Calls
1
comparator
Method · 0.65
Tested by
no test coverage detected