Class ByteCollections.UnmodifiableCollection

java.lang.Object
it.unimi.dsi.fastutil.bytes.ByteCollections.UnmodifiableCollection
All Implemented Interfaces:
ByteCollection, ByteIterable, Serializable, Iterable<Byte>, Collection<Byte>
Direct Known Subclasses:
ByteBigLists.UnmodifiableBigList, ByteLists.UnmodifiableList, ByteSets.UnmodifiableSet
Enclosing class:
ByteCollections

public static class ByteCollections.UnmodifiableCollection
extends Object
implements ByteCollection, Serializable
An unmodifiable wrapper class for collections.
See Also:
Serialized Form