Class ImmutableByteArrayList

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteArrayList
All Implemented Interfaces:
Serializable, ByteIterable, ImmutableByteCollection, ByteList, ImmutableByteList, OrderedByteIterable, ReversibleByteIterable, PrimitiveIterable

final class ImmutableByteArrayList extends Object implements ImmutableByteList, Serializable
ImmutableByteArrayList is the non-modifiable equivalent of ByteArrayList. It wraps a Java byte array. This file was automatically generated from template file immutablePrimitiveArrayList.stg.
Since:
3.2.