equal
deleted
inserted
replaced
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 * |