Class ObjectSortedSets.UnmodifiableSortedSet<K>

java.lang.Object
it.unimi.dsi.fastutil.objects.ObjectSets.UnmodifiableSet<K>
it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet<K>
All Implemented Interfaces:
ObjectBidirectionalIterable<K>, ObjectCollection<K>, ObjectIterable<K>, ObjectSet<K>, ObjectSortedSet<K>, Serializable, Iterable<K>, Collection<K>, Set<K>, SortedSet<K>
Enclosing class:
ObjectSortedSets

public static class ObjectSortedSets.UnmodifiableSortedSet<K> extends ObjectSets.UnmodifiableSet<K> implements ObjectSortedSet<K>, Serializable
An unmodifiable wrapper class for sorted sets.
See Also: