MCPcopy Create free account
hub / github.com/Seogeurim/CS-study / peek

Method peek

contents/data-structure/code/Queue/LinkedQueue.java:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 @Override
31 public E peek() {
32 return list.first();
33 }
34}

Callers 1

mainMethod · 0.95

Calls 1

firstMethod · 0.65

Tested by

no test coverage detected