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

Method offerLast

output/java_guava/1.4.17/ForwardingDeque.java:84–88  ·  view source on GitHub ↗
(E e)

Source from the content-addressed store, hash-verified

82 }
83
84 @CanIgnoreReturnValue // TODO(cpovirk): Consider removing this?
85 @Override
86 public boolean offerLast(E e) {
87 return delegate().offerLast(e);
88 }
89
90 @Override
91 public E peekFirst() {

Callers

nothing calls this directly

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected