Interface ByteList

All Superinterfaces:
ByteSequencedCollection, Collection<Byte>, Iterable<Byte>, List<Byte>, SequencedCollection<Byte>
All Known Implementing Classes:
ByteArrayList

public interface ByteList extends List<Byte>, ByteSequencedCollection
Interface for a List with a primitive integer data elements.