Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ forward
Method
forward
corpus/java/training/guava/collect/Maps.java:3942–3942 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3940
implements NavigableMap<K, V> {
3941
3942
abstract NavigableMap<K, V> forward();
3943
3944
@Override
3945
protected
final
Map<K, V> delegate() {
Callers
15
delegate
Method · 0.95
comparator
Method · 0.95
firstKey
Method · 0.95
lastKey
Method · 0.95
lowerEntry
Method · 0.95
lowerKey
Method · 0.95
floorEntry
Method · 0.95
floorKey
Method · 0.95
ceilingEntry
Method · 0.95
ceilingKey
Method · 0.95
higherEntry
Method · 0.95
higherKey
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected