public class LinkableImpl extends Object implements Linkable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
LinkableImpl() |
Modifier and Type | Method and Description |
---|---|
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
|
private Linkable nextLink
private Linkable prevLink
private EmbeddedList owner
public Linkable getNext()
Linkable
public Linkable getPrev()
Linkable
public EmbeddedList getOwner()
Linkable
public void setNext(Linkable l)
Linkable
public void setPrev(Linkable l)
Linkable
public void setOwner(EmbeddedList o)
Linkable