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.46 by jsr166, Wed Jan 16 21:18:51 2013 UTC vs.
Revision 1.47 by jsr166, Sat Jan 19 17:28:55 2013 UTC

# Line 315 | Line 315 | public class CopyOnWriteArraySet<E> exte
315       * Compares the specified object with this set for equality.
316       * Returns {@code true} if the specified object is the same object
317       * as this object, or if it is also a {@link Set} and the elements
318 <     * returned by an {@linkplain List#iterator() iterator} over the
318 >     * returned by an {@linkplain Set#iterator() iterator} over the
319       * specified set are the same as the elements returned by an
320       * iterator over this set.  More formally, the two iterators are
321       * considered to return the same elements if they return the same

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines