MCPcopy Index your code
hub / github.com/koush/AndroidAsync / remove

Method remove

AndroidAsync/src/com/koushikdutta/async/util/Deque.java:412–412  ·  view source on GitHub ↗

Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque). This method differs from #poll poll only in that it throws an exception if this deque is empty. This method is equivalent to #removeFirst(). @return the head

()

Source from the content-addressed store, hash-verified

410 * @throws NoSuchElementException if this deque is empty
411 */
412 E remove();
413
414 /**
415 * Retrieves and removes the head of the queue represented by this deque

Callers 15

testCacheMethod · 0.65
testMaxAgePrivateMethod · 0.65
updateMethod · 0.65
getMethod · 0.65
readMethod · 0.65
recycleMethod · 0.65
removeMethod · 0.65
reclaimMethod · 0.65
obtainMethod · 0.65
obtainArrayMethod · 0.65
runMethod · 0.65
cancelMethod · 0.65

Implementers 1

ArrayDequeAndroidAsync/src/com/koushikdutta/asyn

Calls

no outgoing calls

Tested by 3

testCacheMethod · 0.52
testMaxAgePrivateMethod · 0.52
updateMethod · 0.52