Class AbstractMutableBagIterable<T>

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

public abstract class AbstractMutableBagIterable<T>
extends AbstractBag<T>
implements MutableBagIterable<T>