Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ map
Method
map
output/java_guava/1.4.16/Maps.java:3734–3737 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3732
}
3733
3734
@Override
3735
SortedMap<K, V> map() {
3736
return
(SortedMap<K, V>) super.map();
3737
}
3738
3739
@Override
3740
public
Comparator<? super K> comparator() {
Callers
6
comparator
Method · 0.95
subSet
Method · 0.95
headSet
Method · 0.95
tailSet
Method · 0.95
first
Method · 0.95
last
Method · 0.95
Calls
1
map
Method · 0.45
Tested by
no test coverage detected