Class ByteSets.UnmodifiableSet

java.lang.Object
it.unimi.dsi.fastutil.bytes.ByteSets.UnmodifiableSet
All Implemented Interfaces:
ByteCollection, ByteIterable, ByteSet, Serializable, Iterable<Byte>, Collection<Byte>, Set<Byte>
Direct Known Subclasses:
ByteSortedSets.UnmodifiableSortedSet
Enclosing class:
ByteSets

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