Generated by
JDiff

Interface com.google.common.collect.Multiset

Removed Methods
void forEach(Consumer<? super E>) {@inheritDoc}
void forEachEntry(ObjIntConsumer<? super E>) Runs the specified action for each distinct element in this multiset, and the number of occurrences of that element.
Spliterator<E> spliterator()