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

Method pop

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

Source from the content-addressed store, hash-verified

23 public T pollFirst();
24 public T removeFirst();
25 public T pop();
26 public T pollLast();
27 public T removeLast();
28 public Iterator<T> descendingIterator();

Callers 14

popMethod · 0.65
popLargeMethod · 0.65
dupX1Method · 0.65
dupX2Method · 0.65
dup2Method · 0.65
dup2X1Method · 0.65
dup2X2Method · 0.65
swapMethod · 0.65
popFieldFunction · 0.65
compile.cppFile · 0.65
popMethod · 0.65
compileFunction · 0.65

Implementers 1

LinkedListclasspath/java/util/LinkedList.java

Calls

no outgoing calls

Tested by

no test coverage detected