Class CharKeller

java.lang.Object
  extended byVerweisKeller
      extended byCharKeller
All Implemented Interfaces:
Keller

public class CharKeller
extends VerweisKeller

Abstrakter Datentyp Character-Keller mit Elementen vom Typ char


Nested Class Summary
 
Nested classes inherited from class VerweisKeller
 
Field Summary
 
Fields inherited from class VerweisKeller
 
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()