Class AbstractByteList

All Implemented Interfaces:
ByteCollection, ByteIterable, ByteList, ByteStack, Stack<Byte>, Comparable<List<? extends Byte>>, Iterable<Byte>, Collection<Byte>, List<Byte>
Direct Known Subclasses:
AbstractByteList.ByteSubList, ByteArrayList, ByteLists.Singleton

public abstract class AbstractByteList
extends AbstractByteCollection
implements ByteList, ByteStack
An abstract class providing basic methods for lists implementing a type-specific list interface.

As an additional bonus, this class implements on top of the list operations a type-specific stack.