gnu.trove
public interface TLinkable extends Serializable
Created: Sat Nov 10 15:23:41 2001
Version: $Id: TLinkable.java,v 1.2 2001/12/03 00:16:25 ericdf Exp $
See Also: TLinkedList
| 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