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

Method peek

classpath/java/util/Queue.java:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 public T element();
16 public boolean offer(T element);
17 public T peek();
18 public T poll();
19 public T remove();
20}

Callers 9

addTestMethod · 0.65
dupMethod · 0.65
dup2Method · 0.65
peekMethodArgumentsMethod · 0.65
peekMethod · 0.65
compileFunction · 0.65
readFunction · 0.65
elementMethod · 0.65
compileMethod · 0.65

Implementers 1

LinkedListclasspath/java/util/LinkedList.java

Calls

no outgoing calls

Tested by 1

addTestMethod · 0.52