Class UnmodifiableSortedSet<T>

java.lang.Object
org.eclipse.collections.impl.collection.mutable.AbstractUnmodifiableMutableCollection<T>
org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSet<T>
All Implemented Interfaces:
Serializable, Cloneable, Comparable<SortedSetIterable<T>>, Iterable<T>, Collection<T>, Set<T>, SortedSet<T>, MutableCollection<T>, InternalIterable<T>, OrderedIterable<T>, ReversibleIterable<T>, SortedIterable<T>, RichIterable<T>, MutableSetIterable<T>, SetIterable<T>, MutableSortedSet<T>, SortedSetIterable<T>

public class UnmodifiableSortedSet<T>
extends AbstractUnmodifiableMutableCollection<T>
implements MutableSortedSet<T>, Serializable
An unmodifiable view of a SortedSet.
See Also:
MutableSortedSet.asUnmodifiable(), Serialized Form