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

Method getFirst

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

Source from the content-addressed store, hash-verified

66 }
67
68 @Override
69 public E getFirst() {
70 return delegate().getFirst();
71 }
72
73 @Override
74 public E getLast() {

Callers

nothing calls this directly

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected