Interface Keller

All Known Subinterfaces:
CharKeller
All Known Implementing Classes:
VerweisCharKeller, VerweisKeller

public interface Keller

Interface fuer den ADT Keller


Method Summary
 boolean empty()
           
 void pop()
           
 void push(java.lang.Object x)
           
 java.lang.Object top()
           
 

Method Detail

empty

boolean empty()

push

void push(java.lang.Object x)

top

java.lang.Object top()

pop

void pop()