Class AbstractMultiset<E>

java.lang.Object
org.spockframework.util.AbstractMultiset<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, IMultiset<E>
Direct Known Subclasses:
HashMultiset, LinkedHashMultiset

public abstract class AbstractMultiset<E> extends Object implements IMultiset<E>