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

Comparing jsr166/src/main/java/util/concurrent/BlockingDeque.java (file contents):
Revision 1.14 by jsr166, Mon Jul 18 19:14:17 2005 UTC vs.
Revision 1.15 by brian, Fri Sep 2 01:03:08 2005 UTC

# Line 158 | Line 158 | import java.util.*;
158   * <a href="{@docRoot}/../guide/collections/index.html">
159   * Java Collections Framework</a>.
160   *
161 + * <p>
162 + * Memory visibility effects: As with other concurrent collections, state
163 + * changes to any object made prior to placing it into a <tt>BlockingDeque</tt>
164 + * <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
165 + * that element is accessed via or removed from the <tt>BlockingDeque</tt>.  
166 + *
167   * @since 1.6
168   * @author Doug Lea
169   * @param <E> the type of elements held in this collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines