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

Method peekFirst

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

Source from the content-addressed store, hash-verified

88 }
89
90 @Override
91 public E peekFirst() {
92 return delegate().peekFirst();
93 }
94
95 @Override
96 public E peekLast() {

Callers

nothing calls this directly

Calls 1

delegateMethod · 0.95

Tested by

no test coverage detected