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

Method pollLast

output/java_guava/1.4.17/ForwardingDeque.java:106–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 @CanIgnoreReturnValue // TODO(cpovirk): Consider removing this?
107 @Override
108 public E pollLast() {
109 return delegate().pollLast();
110 }
111
112 @CanIgnoreReturnValue
113 @Override

Callers

nothing calls this directly

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected