Class CharKeller

java.lang.Object
  extended by VerweisKeller
      extended by CharKeller
All Implemented Interfaces:
Keller

public class CharKeller
extends VerweisKeller

Abstrakter Datentyp Character-Keller mit Elementen vom Typ char


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, toString, wait, wait, wait
 

Constructor Detail

CharKeller

public CharKeller()
Method Detail

push

public void push(char x)

ctop

public char ctop()