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.23 by jsr166, Tue May 17 05:20:33 2005 UTC vs.
Revision 1.24 by jsr166, Tue May 17 16:21:59 2005 UTC

# Line 97 | Line 97 | public class CopyOnWriteArraySet<E> exte
97      public boolean  retainAll(Collection<?> c)        { return al.retainAll(c); }
98  
99      /**
100 <     * Returns an iterator over the elements contained in this collection
100 >     * Returns an iterator over the elements contained in this set
101       * in the order in which these elements were added.
102       */
103      public Iterator<E>  iterator()            { return al.iterator(); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines