jdk/src/share/classes/java/util/NavigableSet.java
changeset 18818 a9ceff754226
parent 9242 ef138d47df58
equal deleted inserted replaced
18815:5da35ed47cfa 18818:a9ceff754226
   301      * <p>Equivalent to {@code headSet(toElement, false)}.
   301      * <p>Equivalent to {@code headSet(toElement, false)}.
   302      *
   302      *
   303      * @throws ClassCastException       {@inheritDoc}
   303      * @throws ClassCastException       {@inheritDoc}
   304      * @throws NullPointerException     {@inheritDoc}
   304      * @throws NullPointerException     {@inheritDoc}
   305      * @throws IllegalArgumentException {@inheritDoc}
   305      * @throws IllegalArgumentException {@inheritDoc}
   306 na     */
   306      */
   307     SortedSet<E> headSet(E toElement);
   307     SortedSet<E> headSet(E toElement);
   308 
   308 
   309     /**
   309     /**
   310      * {@inheritDoc}
   310      * {@inheritDoc}
   311      *
   311      *