Class ImmutableEmptyBag<T>

All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, Bag<T>, ImmutableBag<T>, ImmutableBagIterable<T>, UnsortedBag<T>, ImmutableCollection<T>, InternalIterable<T>, RichIterable<T>

final class ImmutableEmptyBag<T> extends AbstractImmutableBag<T> implements Serializable
This is a zero element ImmutableBag which is created by calling the Bags.immutable.empty().
Since:
1.0