Class Kind

java.lang.Object
  extended by Kind

public class Kind
extends java.lang.Object

Klasse Kind bestehend aus Nummer und Verweis auf Nachbarkind mit Konstruktor zum Anlegen eines Kindes


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

Field Detail

nr

int nr

next

Kind next
Constructor Detail

Kind

public Kind(int nr)