Package it.unimi.dsi.fastutil.doubles
Class AbstractDoubleStack
- java.lang.Object
-
- it.unimi.dsi.fastutil.AbstractStack<java.lang.Double>
-
- it.unimi.dsi.fastutil.doubles.AbstractDoubleStack
-
- All Implemented Interfaces:
DoubleStack
,Stack<java.lang.Double>
@Deprecated public abstract class AbstractDoubleStack extends AbstractStack<java.lang.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.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleStack
peek, peekDouble, pop, popDouble, push, push, top, topDouble
-
-