Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ addFirst
Method
addFirst
output/java_guava/1.4.17/ForwardingDeque.java:53–56 ·
view source on GitHub ↗
(E e)
Source
from the content-addressed store, hash-verified
51
protected
abstract Deque<E> delegate();
52
53
@Override
54
public
void
addFirst(E e) {
55
delegate().addFirst(e);
56
}
57
58
@Override
59
public
void
addLast(E e) {
Callers
2
register
Method · 0.45
executeFirst
Method · 0.45
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected