Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getLast
Method
getLast
output/java_guava/1.4.17/ForwardingDeque.java:73–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
@Override
74
public
E getLast() {
75
return
delegate().getLast();
76
}
77
78
@CanIgnoreReturnValue
// TODO(cpovirk): Consider removing this?
79
@Override
Callers
nothing calls this directly
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected