| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectLinearList
class LinearList
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 | 
|---|
int head
LinearList tail
| Constructor Detail | 
|---|
LinearList()
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||