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

Comparing jsr166/src/main/java/util/TreeSet.java (file contents):
Revision 1.13 by jsr166, Tue May 17 07:29:01 2005 UTC vs.
Revision 1.14 by jsr166, Tue May 17 22:04:55 2005 UTC

# Line 246 | Line 246 | public class TreeSet<E>
246      /**
247       * Adds all of the elements in the specified collection to this set.
248       *
249 <     * @param c elements to be added
249 >     * @param c collection containing elements to be added to this set
250       * @return <tt>true</tt> if this set changed as a result of the call
251       * @throws ClassCastException if the elements provided cannot be compared
252       *         with the elements currently in the set

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines