Generated by
JDiff

Class com.google.common.collect.ImmutableSortedSet

Removed interface java.util.SortedSet.
Added interface java.util.NavigableSet.

Added Methods
E ceiling(E) @since 12.0
UnmodifiableIterator<E> descendingIterator() @since 12.0
ImmutableSortedSet<E> descendingSet() @since 12.0
E floor(E) @since 12.0
ImmutableSortedSet<E> headSet(E, boolean) @since 12.0
E higher(E) @since 12.0
E lower(E) @since 12.0
E pollFirst() @since 12.0
E pollLast() @since 12.0
ImmutableSortedSet<E> subSet(E, boolean, E, boolean) @since 12.0
ImmutableSortedSet<E> tailSet(E, boolean) @since 12.0