|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TLinkable<T extends TLinkable>
Interface for Objects which can be inserted into a TLinkedList.
TLinkedList
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
T |
getNext()
Returns the linked list node after this one. |
T |
getPrevious()
Returns the linked list node before this one. |
void |
setNext(T linkable)
Sets the linked list node after this one. |
void |
setPrevious(T linkable)
Sets the linked list node before this one. |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
T getNext()
TLinkable
valueT getPrevious()
TLinkable
valuevoid setNext(T linkable)
linkable
- a TLinkable
valuevoid setPrevious(T linkable)
linkable
- a TLinkable
value
|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |