|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectLinkableImpl
public class LinkableImpl
A simple implementation of the Linkable interface.
Field Summary | |
---|---|
private Linkable |
nextLink
Pointer to the next link in the chain |
private EmbeddedList |
owner
The list that owns this item |
private Linkable |
prevLink
Pointer to the previous link in the chain |
Constructor Summary | |
---|---|
LinkableImpl()
|
Method Summary | |
---|---|
Linkable |
getNext()
Get a reference to the next item in the chain |
EmbeddedList |
getOwner()
Get a reference to the EmbeddedList that owns this object |
Linkable |
getPrev()
Get a reference to the previous item in the chain |
void |
setNext(Linkable l)
Assign the next item in the chain |
void |
setOwner(EmbeddedList o)
Get a reference to the EmbeddedList that owns this object |
void |
setPrev(Linkable l)
Assign the previous item in the chain |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Linkable nextLink
private Linkable prevLink
private EmbeddedList owner
Constructor Detail |
---|
public LinkableImpl()
Method Detail |
---|
public Linkable getNext()
Linkable
getNext
in interface Linkable
public Linkable getPrev()
Linkable
getPrev
in interface Linkable
public EmbeddedList getOwner()
Linkable
getOwner
in interface Linkable
public void setNext(Linkable l)
Linkable
setNext
in interface Linkable
public void setPrev(Linkable l)
Linkable
setPrev
in interface Linkable
public void setOwner(EmbeddedList o)
Linkable
setOwner
in interface Linkable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |