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