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

Method poll

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

Source from the content-addressed store, hash-verified

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

Callers 3

clearMethod · 0.65
removeMethod · 0.65
pollMethod · 0.65

Implementers 1

LinkedListclasspath/java/util/LinkedList.java

Calls

no outgoing calls

Tested by

no test coverage detected