Class ShortSets.UnmodifiableSet

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

public static class ShortSets.UnmodifiableSet extends Object implements ShortSet, Serializable
An unmodifiable wrapper class for sets.
See Also: