Class IntSortedSets.UnmodifiableSortedSet

java.lang.Object
it.unimi.dsi.fastutil.ints.IntSets.UnmodifiableSet
it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
All Implemented Interfaces:
IntBidirectionalIterable, IntCollection, IntIterable, IntSet, IntSortedSet, Serializable, Iterable<Integer>, Collection<Integer>, Set<Integer>, SortedSet<Integer>
Enclosing class:
IntSortedSets

public static class IntSortedSets.UnmodifiableSortedSet extends IntSets.UnmodifiableSet implements IntSortedSet, Serializable
An unmodifiable wrapper class for sorted sets.
See Also: