Class AbstractCharStack

java.lang.Object
it.unimi.dsi.fastutil.AbstractStack<java.lang.Character>
it.unimi.dsi.fastutil.chars.AbstractCharStack
All Implemented Interfaces:
CharStack, Stack<java.lang.Character>

@Deprecated
public abstract class AbstractCharStack
extends AbstractStack<java.lang.Character>
implements CharStack
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, wait

    Methods inherited from interface it.unimi.dsi.fastutil.chars.CharStack

    peek, peekChar, pop, popChar, push, push, top, topChar

    Methods inherited from interface it.unimi.dsi.fastutil.Stack

    isEmpty