MCPcopy Create free account
hub / github.com/antlr/codebuff / addLast

Method addLast

output/java_guava/1.4.18/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

PreOrderIteratorMethod · 0.45
PostOrderIteratorMethod · 0.45
InOrderIteratorMethod · 0.45
pushIfPresentMethod · 0.45
PreOrderIteratorMethod · 0.45
nextMethod · 0.45
PostOrderIteratorMethod · 0.45
computeNextMethod · 0.45

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected