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

Comparing jsr166/src/main/java/util/concurrent/CopyOnWriteArraySet.java (file contents):
Revision 1.67 by jsr166, Mon Sep 7 04:46:36 2015 UTC vs.
Revision 1.68 by jsr166, Tue Sep 29 02:41:39 2015 UTC

# Line 401 | Line 401 | public class CopyOnWriteArraySet<E> exte
401       *
402       * <p>The spliterator provides a snapshot of the state of the set
403       * when the spliterator was constructed. No synchronization is needed while
404 <     * operating on the spliterator. The spliterator does <em>NOT</em> support
405 <     * the {@code remove}, {@code set} or {@code add} methods.
404 >     * operating on the spliterator.
405       *
406       * @return a {@code Spliterator} over the elements in this set
407       * @since 1.8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines