Class UnmodifiableBag<T>

All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, Bag<T>, MutableBag<T>, MutableBagIterable<T>, UnsortedBag<T>, MutableCollection<T>, InternalIterable<T>, RichIterable<T>

public class UnmodifiableBag<T>
extends AbstractUnmodifiableMutableCollection<T>
implements MutableBag<T>, Serializable
An unmodifiable view of a bag.
Since:
1.0
See Also:
MutableBag.asUnmodifiable(), Serialized Form