Class AbstractShortList

All Implemented Interfaces:
ShortCollection, ShortIterable, ShortList, ShortStack, Stack<Short>, Comparable<List<? extends Short>>, Iterable<Short>, Collection<Short>, List<Short>
Direct Known Subclasses:
AbstractShortList.ShortSubList, ShortArrayList, ShortLists.Singleton

public abstract class AbstractShortList
extends AbstractShortCollection
implements ShortList, ShortStack
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.