Home
How it Works
Android APIMiner
IDE Version
More Info
Android Developers
|
Android.com
API Diff Specification
To Level:
11
From Level:
10
Generated
2011.02.19 17:19
Statistics
Interface java.util.
Deque
Added Methods
boolean
add
(
E
)
boolean
contains
(
Object
)
E
element
()
Iterator<E>
iterator
()
boolean
offer
(
E
)
E
peek
()
E
poll
()
E
remove
()
boolean
remove
(
Object
)
int
size
()
information
No examples for this method.
Frequently called with:
[Clear]
-1
Close
Like
Next
Previous