Class AbstractLongStack

java.lang.Object
it.unimi.dsi.fastutil.AbstractStack<Long>
it.unimi.dsi.fastutil.longs.AbstractLongStack
All Implemented Interfaces:
LongStack, Stack<Long>

@Deprecated public abstract class AbstractLongStack extends AbstractStack<Long> implements LongStack
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.