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

Comparing jsr166/src/main/java/util/NavigableSet.java (file contents):
Revision 1.28 by jsr166, Sat Mar 9 01:51:15 2013 UTC vs.
Revision 1.29 by jsr166, Sun Dec 1 17:22:02 2013 UTC

# Line 274 | Line 274 | public interface NavigableSet<E> extends
274       * @throws ClassCastException       {@inheritDoc}
275       * @throws NullPointerException     {@inheritDoc}
276       * @throws IllegalArgumentException {@inheritDoc}
277 < na     */
277 >     */
278      SortedSet<E> headSet(E toElement);
279  
280      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines