Class CharKeller

java.lang.Object
  |
  +--Keller
        |
        +--CharKeller

public class CharKeller
extends Keller

Abstrakter Datentyp Character-Keller mit Elementen vom Typ char


Inner classes inherited from class Keller
Keller.KellerEintrag
 
Fields inherited from class Keller
top
 
Constructor Summary
CharKeller()
           
 
Method Summary
 char ctop()
           
 void push(char x)
           
 
Methods inherited from class Keller
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()