Class IntKeller

java.lang.Object
  extended by IntKeller

public class IntKeller
extends Object

Klasse IntKeller.

Version:
25.10.05
Author:
David Tepaße

Constructor Summary
IntKeller()
           
 
Method Summary
 boolean empty()
           
 void push(int wert)
           
 int top()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntKeller

public IntKeller()
Method Detail

empty

public boolean empty()

push

public void push(int wert)

top

public int top()