Package it.unimi.dsi.fastutil.floats
Class AbstractFloatStack
- All Implemented Interfaces:
FloatStack
,Stack<Float>
@Deprecated
public abstract class AbstractFloatStack
extends AbstractStack<Float>
implements FloatStack
Deprecated.
An abstract class providing basic methods for implementing a type-specific stack interface.
fastutil
8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.