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

Method offerFirst

output/java_guava/1.4.18/ForwardingDeque.java:78–82  ·  view source on GitHub ↗
(E e)

Source from the content-addressed store, hash-verified

76 }
77
78 @CanIgnoreReturnValue // TODO(cpovirk): Consider removing this?
79 @Override
80 public boolean offerFirst(E e) {
81 return delegate().offerFirst(e);
82 }
83
84 @CanIgnoreReturnValue // TODO(cpovirk): Consider removing this?
85 @Override

Callers

nothing calls this directly

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected