Class AbstractBag<T>

java.lang.Object
org.eclipse.collections.impl.AbstractRichIterable<T>
org.eclipse.collections.impl.bag.AbstractBag<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, Bag<T>, InternalIterable<T>, RichIterable<T>
Direct Known Subclasses:
AbstractImmutableBagIterable, AbstractMutableBagIterable

public abstract class AbstractBag<T> extends AbstractRichIterable<T> implements Collection<T>, Bag<T>
Since:
7.0