MCPcopy Create free account
hub / github.com/ReadyTalk/avian / peek

Method peek

classpath/java/util/AbstractDeque.java:86–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 @Override
87 public T peek() {
88 return peekFirst();
89 }
90}

Callers

nothing calls this directly

Calls 1

peekFirstMethod · 0.65

Tested by

no test coverage detected