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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListSet.java (file contents):
Revision 1.49 by jsr166, Wed May 6 16:14:30 2015 UTC vs.
Revision 1.50 by jsr166, Tue Sep 29 02:03:10 2015 UTC

# Line 295 | Line 295 | public class ConcurrentSkipListSet<E>
295       *
296       * @param  c collection containing elements to be removed from this set
297       * @return {@code true} if this set changed as a result of the call
298 <     * @throws ClassCastException if the types of one or more elements in this
299 <     *         set are incompatible with the specified collection
298 >     * @throws ClassCastException if the class of an element of this set
299 >     *         is incompatible with the specified collection
300 >     * (<a href="Collection.html#optional-restrictions">optional</a>)
301       * @throws NullPointerException if the specified collection or any
302       *         of its elements are null
303       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines