Mega Code Archive

 
Categories / Java Book / 005 Collection
 

0280 Get iterator from LinkedList

Iterator<E> descendingIterator() Returns an iterator over the elements in this deque in reverse sequential order. ListIterator<E> listIterator(int index) Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.