Generated by
JDiff

Class com.google.common.collect.Comparators

Changed Methods
Comparator<Optional<T>> emptiesFirst(Comparator<T>) Change in signature from (Comparator<? super T>) to Comparator<T>.
Returns a comparator of Optional values which treats Optional.empty as less than all other values, and orders the rest using {@code valueComparator} on the contained value.
Comparator<Optional<T>> emptiesLast(Comparator<T>) Change in signature from (Comparator<? super T>) to Comparator<T>.
Returns a comparator of Optional values which treats Optional.empty as greater than all other values, and orders the rest using {@code valueComparator} on the contained value.