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

Method add

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

Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is curren

(E e)

Source from the content-addressed store, hash-verified

374 * element prevents it from being added to this deque
375 */
376 boolean add(E e);
377
378 /**
379 * Inserts the specified element into the queue represented by this deque

Callers 15

onContinueMethod · 0.65
onReadableMethod · 0.65
getMethod · 0.65
addMethod · 0.65
reclaimMethod · 0.65
postDelayedMethod · 0.65
stopMethod · 0.65
lockAndRunQueueMethod · 0.65
addMethod · 0.65
runMethod · 0.65
onDataAvailableMethod · 0.65

Implementers 1

ArrayDequeAndroidAsync/src/com/koushikdutta/asyn

Calls

no outgoing calls

Tested by 2

onContinueMethod · 0.52