Package it.unimi.dsi.fastutil.booleans
Class AbstractBooleanStack
- All Implemented Interfaces:
BooleanStack,Stack<Boolean>
@Deprecated
public abstract class AbstractBooleanStack
extends AbstractStack<Boolean>
implements BooleanStack
Deprecated.
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, waitMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanStack
peek, peekBoolean, pop, popBoolean, push, push, top, topBoolean
fastutil8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.