Interface ImmutableBagIterable<T>

All Superinterfaces:
Bag<T>, ImmutableCollection<T>, InternalIterable<T>, Iterable<T>, RichIterable<T>
All Known Subinterfaces:
ImmutableBag<T>, ImmutableSortedBag<T>

public interface ImmutableBagIterable<T> extends Bag<T>, ImmutableCollection<T>