Class AbstractIntStack

java.lang.Object
it.unimi.dsi.fastutil.AbstractStack<Integer>
it.unimi.dsi.fastutil.ints.AbstractIntStack
All Implemented Interfaces:
IntStack, Stack<Integer>

@Deprecated
public abstract class AbstractIntStack
extends AbstractStack<Integer>
implements IntStack
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.