MCPcopy
hub / github.com/koush/AndroidAsync / size

Method size

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

Returns the number of elements in this deque. @return the number of elements in this deque

()

Source from the content-addressed store, hash-verified

528 * @return the number of elements in this deque
529 */
530 public int size();
531
532 /**
533 * Returns an iterator over the elements in this deque in proper sequence.

Callers 15

testContinuationArrayMethod · 0.65
updateMethod · 0.65
getAllArrayMethod · 0.65
addMethod · 0.65
addFirstMethod · 0.65
recycleMethod · 0.65
sizeMethod · 0.65
reclaimMethod · 0.65
obtainMethod · 0.65
obtainArrayMethod · 0.65
postDelayedMethod · 0.65
runMethod · 0.65

Implementers 1

ArrayDequeAndroidAsync/src/com/koushikdutta/asyn

Calls

no outgoing calls

Tested by 2

testContinuationArrayMethod · 0.52
updateMethod · 0.52