Class AbstractFloatList

All Implemented Interfaces:
FloatCollection, FloatIterable, FloatList, FloatStack, Stack<Float>, Comparable<List<? extends Float>>, Iterable<Float>, Collection<Float>, List<Float>
Direct Known Subclasses:
AbstractFloatList.FloatSubList, FloatArrayList, FloatLists.Singleton

public abstract class AbstractFloatList
extends AbstractFloatCollection
implements FloatList, FloatStack
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.