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

Method pollFirst

output/java_guava/1.4.19/ForwardingDeque.java:100–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 @CanIgnoreReturnValue // TODO(cpovirk): Consider removing this?
101 @Override
102 public E pollFirst() {
103 return delegate().pollFirst();
104 }
105
106 @CanIgnoreReturnValue // TODO(cpovirk): Consider removing this?
107 @Override

Callers

nothing calls this directly

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected