Generated by
JDiff

Class com.google.common.collect.ImmutableSortedMultiset

Removed Methods
(Collector<E, ?, ImmutableSortedMultiset<E>>toImmutableSortedMultiset(Comparator<? super E>) Returns a {@code Collector} that accumulates the input elements into a new {@code ImmutableMultiset}.
(Collector<T, ?, ImmutableSortedMultiset<E>>toImmutableSortedMultiset(Comparator<?, super, E>, Function<?, super, T, ?, extends, E>, ToIntFunction<?, super, T>) Returns a {@code Collector} that accumulates elements into an {@code ImmutableSortedMultiset} whose elements are the result of applying {@code elementFunction} to the inputs, with counts equal to the result of applying {@code countFunction} to the inputs.