ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java (file contents):
Revision 1.58 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.59 by jsr166, Thu Apr 14 23:05:50 2011 UTC

# Line 746 | Line 746 | public class LinkedBlockingQueue<E> exte
746       * @return an iterator over the elements in this queue in proper sequence
747       */
748      public Iterator<E> iterator() {
749 <      return new Itr();
749 >        return new Itr();
750      }
751  
752      private class Itr implements Iterator<E> {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines