Class ShortSortedSets.UnmodifiableSortedSet

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortSets.UnmodifiableSet
it.unimi.dsi.fastutil.shorts.ShortSortedSets.UnmodifiableSortedSet
All Implemented Interfaces:
ShortBidirectionalIterable, ShortCollection, ShortIterable, ShortSet, ShortSortedSet, Serializable, Iterable<Short>, Collection<Short>, Set<Short>, SortedSet<Short>
Enclosing class:
ShortSortedSets

public static class ShortSortedSets.UnmodifiableSortedSet extends ShortSets.UnmodifiableSet implements ShortSortedSet, Serializable
An unmodifiable wrapper class for sorted sets.
See Also: