|
Java-API--Dokumentation | ||||||
| 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 2-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()
|
Java-API--Dokumentation | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||