Interface Keller

All Known Implementing Classes:
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

public boolean empty()

push

public void push(java.lang.Object x)

top

public java.lang.Object top()

pop

public void pop()