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.71 by jsr166, Sun Dec 30 05:23:05 2012 UTC vs.
Revision 1.72 by jsr166, Mon Jan 28 17:47:08 2013 UTC

# Line 753 | Line 753 | public class LinkedBlockingQueue<E> exte
753           * item to hand out so that if hasNext() reports true, we will
754           * still have it to return even if lost race with a take etc.
755           */
756 +
757          private Node<E> current;
758          private Node<E> lastRet;
759          private E currentElement;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines