No examples for this method.
Frequently called with: [Clear]
-1
API Diff Specification | |
To Level: | 9 |
From Level: | 8 |
Generated | 2010.11.19 19:12 |
LinkedList
Added interface java.util.Deque
.
Added Methods | |
---|---|
Iterator<E>
descendingIterator ()
|
|
boolean
offerFirst (
E )
|
|
boolean
offerLast (
E )
|
|
E
peekFirst ()
|
|
E
peekLast ()
|
|
E
pollFirst ()
|
|
E
pollLast ()
|
|
E
pop ()
|
|
void
push (
E )
|
|
boolean
removeFirstOccurrence (
Object )
|
|
boolean
removeLastOccurrence (
Object )
|