Class Eintrag

java.lang.Object
  extended by Eintrag

public class Eintrag
extends java.lang.Object

Implementation eines Eintrags fuer die VerweisListe und den VerweisKeller


Field Summary
(package private)  java.lang.Object inhalt
           
(package private)  Eintrag next
           
 
Constructor Summary
Eintrag()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inhalt

java.lang.Object inhalt

next

Eintrag next
Constructor Detail

Eintrag

public Eintrag()