public class TLinkableAdaptor extends Object implements TLinkable
Created: Thurs Nov 15 16:25:00 2001
TLinkedList,
Serialized Form| Constructor and Description |
|---|
TLinkableAdaptor() |
| 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 linkable)
Sets the linked list node after this one.
|
void |
setPrevious(TLinkable linkable)
Sets the linked list node before this one.
|
public TLinkable getNext()
public TLinkable getPrevious()
getPrevious in interface TLinkableTLinkable valuepublic void setNext(TLinkable linkable)
public void setPrevious(TLinkable linkable)
setPrevious in interface TLinkablelinkable - a TLinkable valueCopyright © 2019 JULIE Lab, Germany. All rights reserved.