Class MultiSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.apache.juneau.internal.MultiSet<E>
Type Parameters:
E - The object type of this set.
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

public class MultiSet<E> extends AbstractSet<E>
Encapsulates multiple collections so they can be iterated over as if they were all part of the same collection.
See Also: