MCPcopy 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

addFirstMethod · 0.95
addLastMethod · 0.95
descendingIteratorMethod · 0.95
getFirstMethod · 0.95
getLastMethod · 0.95
offerFirstMethod · 0.95
offerLastMethod · 0.95
peekFirstMethod · 0.95
peekLastMethod · 0.95
pollFirstMethod · 0.95
pollLastMethod · 0.95
popMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected