Class ByteArrayList

java.lang.Object
java.util.AbstractCollection<Byte>
java.util.AbstractList<Byte>
org.jhotdraw8.collection.primitive.ByteArrayList
All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>, SequencedCollection<Byte>, ByteList, ByteSequencedCollection

public class ByteArrayList extends AbstractList<Byte> implements ByteList
A byte-valued list backed by a primitive array.
Author:
Werner Randelshofer