Class VerweisCharKeller

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

public class VerweisCharKeller
extends VerweisKeller
implements CharKeller

Abstrakter Datentyp Character-Keller mit Elementen vom Typ char


Constructor Summary
VerweisCharKeller()
           
 
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
 
Methods inherited from interface Keller
empty, pop, push, top
 

Constructor Detail

VerweisCharKeller

public VerweisCharKeller()
Method Detail

push

public void push(char x)
Specified by:
push in interface CharKeller

ctop

public char ctop()
Specified by:
ctop in interface CharKeller