MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / pop

Method pop

vm/JavaAPI/src/java/util/Deque.java:247–247  ·  view source on GitHub ↗

Pops the head element of the deque, just same as removeFirst(). @return the head element @throws NoSuchElementException if the deque is empty

()

Source from the content-addressed store, hash-verified

245 * if the deque is empty
246 */
247 E pop();
248
249 /**
250 * Returns the iterator in reverse order, from tail to head.

Callers 15

collect_countsFunction · 0.65
computeHeuristicMarkersFunction · 0.65
ItFunction · 0.65
sMethod · 0.65
cssWorker.jsFile · 0.65
workerMain.jsFile · 0.65
dFunction · 0.65
bufferEventsMethod · 0.65
computeDiffMethod · 0.65
popMethod · 0.65
swapMethod · 0.65
popDispatchClassMethod · 0.65

Implementers 6

ArrayDequePorts/CLDC11/src/java/util/ArrayDeque.
LinkedListPorts/CLDC11/src/java/util/LinkedList.
ArrayDequePorts/retro/JavaCompatibility/src/net/
LinkedListPorts/retro/JavaCompatibility/src/net/
ArrayDequevm/JavaAPI/src/java/util/ArrayDeque.ja
LinkedListvm/JavaAPI/src/java/util/LinkedList.ja

Calls

no outgoing calls