Class ObjectSets.UnmodifiableSet<K>

java.lang.Object
it.unimi.dsi.fastutil.objects.ObjectSets.UnmodifiableSet<K>
All Implemented Interfaces:
ObjectCollection<K>, ObjectIterable<K>, ObjectSet<K>, Serializable, Iterable<K>, Collection<K>, Set<K>
Direct Known Subclasses:
ObjectSortedSets.UnmodifiableSortedSet
Enclosing class:
ObjectSets

public static class ObjectSets.UnmodifiableSet<K> extends Object implements ObjectSet<K>, Serializable
An unmodifiable wrapper class for sets.
See Also: