public class VerweisCharKeller extends VerweisKeller implements CharKeller
| Constructor and Description |
|---|
VerweisCharKeller() |
| Modifier and Type | Method and Description |
|---|---|
char |
ctop() |
void |
push(char c) |
empty, pop, push, toppublic void push(char c)
push in interface CharKellerpublic char ctop()
ctop in interface CharKeller