Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ get
Method
get
output/java_guava/1.4.19/TreeRangeMap.java:103–108 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
101
}
102
103
@Override
104
@Nullable
105
public
V get(K key) {
106
Entry<Range<K>, V> entry = getEntry(key);
107
return
(entry == null) ? null : entry.getValue();
108
}
109
110
@Override
111
@Nullable
Callers
nothing calls this directly
Calls
2
getEntry
Method · 0.95
getValue
Method · 0.65
Tested by
no test coverage detected