Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ addLast
Method
addLast
output/java_guava/1.4.17/ForwardingDeque.java:58–61 ·
view source on GitHub ↗
(E e)
Source
from the content-addressed store, hash-verified
56
}
57
58
@Override
59
public
void
addLast(E e) {
60
delegate().addLast(e);
61
}
62
63
@Override
64
public
Iterator<E> descendingIterator() {
Callers
8
PreOrderIterator
Method · 0.45
PostOrderIterator
Method · 0.45
InOrderIterator
Method · 0.45
pushIfPresent
Method · 0.45
PreOrderIterator
Method · 0.45
next
Method · 0.45
PostOrderIterator
Method · 0.45
computeNext
Method · 0.45
Calls
1
delegate
Method · 0.95
Tested by
no test coverage detected