MCPcopy Index your code
hub / github.com/antlr/codebuff / pop

Method pop

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

Source from the content-addressed store, hash-verified

110 }
111
112 @CanIgnoreReturnValue
113 @Override
114 public E pop() {
115 return delegate().pop();
116 }
117
118 @Override
119 public void push(E e) {

Callers

nothing calls this directly

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected