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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentLinkedDeque.java (file contents):
Revision 1.78 by jsr166, Tue Dec 6 05:15:22 2016 UTC vs.
Revision 1.79 by jsr166, Thu Dec 8 05:03:37 2016 UTC

# Line 1572 | Line 1572 | public class ConcurrentLinkedDeque<E>
1572          return removed;
1573      }
1574  
1575 +    /**
1576 +     * @throws NullPointerException {@inheritDoc}
1577 +     */
1578      public void forEach(Consumer<? super E> action) {
1579          Objects.requireNonNull(action);
1580          E item;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines