Class LongSortedSets.UnmodifiableSortedSet

java.lang.Object
it.unimi.dsi.fastutil.longs.LongSets.UnmodifiableSet
it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
All Implemented Interfaces:
LongBidirectionalIterable, LongCollection, LongIterable, LongSet, LongSortedSet, Serializable, Iterable<Long>, Collection<Long>, Set<Long>, SortedSet<Long>
Enclosing class:
LongSortedSets

public static class LongSortedSets.UnmodifiableSortedSet extends LongSets.UnmodifiableSet implements LongSortedSet, Serializable
An unmodifiable wrapper class for sorted sets.
See Also: