|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDAT.Link
public class Link
A link used to (recursively) construct a linked list.
| Field Summary | |
|---|---|
java.lang.Object |
item
Item stored in this link. |
Link |
successor
Reference to the rest of the list. |
| Constructor Summary | |
|---|---|
Link(java.lang.Object x,
Link s)
Create a new link. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Object item
public Link successor
| Constructor Detail |
|---|
public Link(java.lang.Object x,
Link s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||