public class TLinkableAdapter extends Objectimplements TLinkable
Created: Thurs Nov 15 16:25:00 2001
TLinkedList,
Serialized Form
| Constructor and Description |
|---|
TLinkableAdapter()
|
| Modifier and Type | Method and Description |
|---|---|
TLinkable |
getNext()
Returns the linked list node after this one.
|
TLinkable |
getPrevious()
Returns the linked list node before this one.
|
void |
setNext(TLinkable
Sets the linked list node after this one.
|
void |
setPrevious(TLinkable
Sets the linked list node before this one.
|
public TLinkablegetNext()
public TLinkablegetPrevious()
getPrevious in interface
TLinkable
TLinkable value
public void setNext(TLinkablelinkable)
public void setPrevious(TLinkablelinkable)
setPrevious in interface
TLinkable
linkable - a
TLinkable value