|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModifiableLink<T>
| Method Summary | |
|---|---|
T |
next()
|
void |
setNext(T next)
Setting the link to the given object. |
| Method Detail |
|---|
T next()
null if there is no linked object
assignedvoid setNext(T next)
next()
method should return this object.
next - the object to which the reference is set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||