Class IntListe.ListenElement

java.lang.Object
  extended by IntListe.ListenElement
Enclosing class:
IntListe

 class IntListe.ListenElement
extends Object


Field Summary
 IntListe.ListenElement verbindung
           
 int wert
           
 
Constructor Summary
IntListe.ListenElement(int wert, IntListe.ListenElement verbindung)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verbindung

public IntListe.ListenElement verbindung

wert

public int wert
Constructor Detail

IntListe.ListenElement

public IntListe.ListenElement(int wert,
                              IntListe.ListenElement verbindung)