Class CharKeller

java.lang.Object
  |
  +--VerweisKeller
        |
        +--CharKeller
All Implemented Interfaces:
Keller

public class CharKeller
extends VerweisKeller

Abstrakter Datentyp Character-Keller mit Elementen vom Typ char


Inner classes inherited from class VerweisKeller
VerweisKeller.KellerEintrag
 
Fields inherited from class VerweisKeller
top
 
Constructor Summary
CharKeller()
           
 
Method Summary
 char ctop()
           
 void push(char x)
           
 
Methods inherited from class VerweisKeller
empty, pop, push, top
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

CharKeller

public CharKeller()
Method Detail

push

public void push(char x)

ctop

public char ctop()