Class UnmodifiableSortedBag<T>

java.lang.Object
org.eclipse.collections.impl.collection.mutable.AbstractUnmodifiableMutableCollection<T>
org.eclipse.collections.impl.bag.sorted.mutable.UnmodifiableSortedBag<T>
All Implemented Interfaces:
Serializable, Cloneable, Comparable<SortedBag<T>>, Iterable<T>, Collection<T>, Bag<T>, MutableBagIterable<T>, MutableSortedBag<T>, SortedBag<T>, MutableCollection<T>, InternalIterable<T>, OrderedIterable<T>, ReversibleIterable<T>, SortedIterable<T>, RichIterable<T>

public class UnmodifiableSortedBag<T>
extends AbstractUnmodifiableMutableCollection<T>
implements MutableSortedBag<T>, Serializable
An unmodifiable view of a SortedBag.
Since:
4.2
See Also:
MutableSortedBag.asUnmodifiable(), Serialized Form