Class MultisetIteratorTester<E extends @Nullable Object>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible(emulated=true) public class MultisetIteratorTester<E extends @Nullable Object> extends AbstractMultisetTester<E>
Tester to make sure the iterator().remove() implementation of Multiset works when there are multiple occurrences of elements.
Author:
Louis Wasserman