Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ removeFirst
Method
removeFirst
output/java_guava/1.4.16/ForwardingDeque.java:123–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
@CanIgnoreReturnValue
124
@Override
125
public
E removeFirst() {
126
return
delegate().removeFirst();
127
}
128
129
@CanIgnoreReturnValue
130
@Override
Callers
1
close
Method · 0.45
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected