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

Method removeFirst

classpath/java/util/Deque.java:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 public T getLast();
23 public T pollFirst();
24 public T removeFirst();
25 public T pop();
26 public T pollLast();
27 public T removeLast();

Callers 4

removeFirstTestMethod · 0.65
iterateTestMethod · 0.65
removeFirstMethod · 0.65
drainToMethod · 0.65

Implementers 1

LinkedListclasspath/java/util/LinkedList.java

Calls

no outgoing calls

Tested by 2

removeFirstTestMethod · 0.52
iterateTestMethod · 0.52