Class MultisetIteratorTester<E>

All Implemented Interfaces:
junit.framework.Test

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