Class LinearList

java.lang.Object
  extended by LinearList
Direct Known Subclasses:
MutableLinearList

 class LinearList
extends Object

Eine einfache lineare Liste; Loesungsvorschlag fuer Aufgabe 6-1.


Field Summary
(package private)  int head
          Wert
(package private)  LinearList tail
          restliche Liste
 
Constructor Summary
LinearList()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

int head
Wert


tail

LinearList tail
restliche Liste

Constructor Detail

LinearList

LinearList()


Gehe zurueck zur Tutoriums-Homepage