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.36 by dl, Wed Mar 13 12:39:02 2013 UTC vs.
Revision 1.37 by jsr166, Tue Apr 9 07:28:51 2013 UTC

# Line 363 | Line 363 | public class ConcurrentSkipListSet<E>
363      }
364  
365      /**
366 <     * @throws NoSuchElementException {@inheritDoc}
366 >     * @throws java.util.NoSuchElementException {@inheritDoc}
367       */
368      public E first() {
369          return m.firstKey();
370      }
371  
372      /**
373 <     * @throws NoSuchElementException {@inheritDoc}
373 >     * @throws java.util.NoSuchElementException {@inheritDoc}
374       */
375      public E last() {
376          return m.lastKey();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines