gnu.trove
public class TLinkableAdaptor extends Object implements TLinkable
Created: Thurs Nov 15 16:25:00 2001
Version: $Id: TLinkableAdaptor.java,v 1.1 2001/11/15 17:09:54 jasonbaldridge Exp $
See Also: TLinkedList
| Field Summary | |
|---|---|
| TLinkable | _next |
| TLinkable | _previous |
| Method Summary | |
|---|---|
| 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.
|
Returns: a TLinkable value
Returns: a TLinkable value
Parameters: linkable a TLinkable value
Parameters: linkable a TLinkable value