Class ReferenceSortedSets.UnmodifiableSortedSet<K>

java.lang.Object
it.unimi.dsi.fastutil.objects.ReferenceSets.UnmodifiableSet<K>
it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet<K>
All Implemented Interfaces:
ObjectBidirectionalIterable<K>, ObjectIterable<K>, ReferenceCollection<K>, ReferenceSet<K>, ReferenceSortedSet<K>, Serializable, Iterable<K>, Collection<K>, Set<K>, SortedSet<K>
Enclosing class:
ReferenceSortedSets

public static class ReferenceSortedSets.UnmodifiableSortedSet<K> extends ReferenceSets.UnmodifiableSet<K> implements ReferenceSortedSet<K>, Serializable
An unmodifiable wrapper class for sorted sets.
See Also: