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

Method removeFirst

output/java_guava/1.4.16/ForwardingDeque.java:123–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 @CanIgnoreReturnValue
124 @Override
125 public E removeFirst() {
126 return delegate().removeFirst();
127 }
128
129 @CanIgnoreReturnValue
130 @Override

Callers 1

closeMethod · 0.45

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected