Generated by
JDiff

Interface com.google.common.collect.Multiset

Added 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.
int size() Returns the total number of all occurrences of all elements in this multiset.
Spliterator<E> spliterator()