Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ peekLast
Method
peekLast
output/java_guava/1.4.19/ForwardingDeque.java:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
@Override
96
public
E peekLast() {
97
return
delegate().peekLast();
98
}
99
100
@CanIgnoreReturnValue
// TODO(cpovirk): Consider removing this?
101
@Override
Callers
nothing calls this directly
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected