Package it.unimi.dsi.fastutil.bytes
Class AbstractByteStack
java.lang.Object
it.unimi.dsi.fastutil.AbstractStack<java.lang.Byte>
it.unimi.dsi.fastutil.bytes.AbstractByteStack
- All Implemented Interfaces:
ByteStack,it.unimi.dsi.fastutil.Stack<java.lang.Byte>
@Deprecated public abstract class AbstractByteStack extends it.unimi.dsi.fastutil.AbstractStack<java.lang.Byte> implements ByteStack
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, waitMethods inherited from interface it.unimi.dsi.fastutil.bytes.ByteStack
peek, peekByte, pop, popByte, push, push, top, topByteMethods inherited from interface it.unimi.dsi.fastutil.Stack
isEmpty