Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ delegate
Method
delegate
output/java_guava/1.4.17/ForwardingDeque.java:50–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
protected
ForwardingDeque() {}
49
50
@Override
51
protected
abstract Deque<E> delegate();
52
53
@Override
54
public
void
addFirst(E e) {
Callers
15
addFirst
Method · 0.95
addLast
Method · 0.95
descendingIterator
Method · 0.95
getFirst
Method · 0.95
getLast
Method · 0.95
offerFirst
Method · 0.95
offerLast
Method · 0.95
peekFirst
Method · 0.95
peekLast
Method · 0.95
pollFirst
Method · 0.95
pollLast
Method · 0.95
pop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected