Class java.util.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)  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.