Class AbstractStack<K>

java.lang.Object
it.unimi.dsi.fastutil.AbstractStack<K>
All Implemented Interfaces:
Stack<K>
Direct Known Subclasses:
AbstractBooleanStack, AbstractByteStack, AbstractCharStack, AbstractDoubleStack, AbstractFloatStack, AbstractIntStack, AbstractLongStack, AbstractShortStack

@Deprecated public abstract class AbstractStack<K> extends Object implements Stack<K>
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of Stack.
An abstract class providing basic methods for implementing the Stack interface.
  • Constructor Details

    • AbstractStack

      public AbstractStack()
      Deprecated.