java.lang.Object
org.eclipse.collections.impl.primitive.AbstractByteIterable
org.eclipse.collections.impl.list.mutable.primitive.ByteArrayList
All Implemented Interfaces:
Externalizable, Serializable, ByteIterable, MutableByteCollection, ByteList, MutableByteList, OrderedByteIterable, ReversibleByteIterable, PrimitiveIterable

public class ByteArrayList extends AbstractByteIterable implements MutableByteList, Externalizable
ByteArrayList is similar to FastList, and is memory-optimized for byte primitives. This file was automatically generated from template file primitiveArrayList.stg.
Since:
3.0.
See Also: