|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.SafeLinkedList.Node
com.tangosol.util.RecyclingLinkedList.Node
protected class RecyclingLinkedList.Node
A Node in the List. Nodes are doubly-linked and store a value.
| Field Summary |
|---|
| Fields inherited from class com.tangosol.util.SafeLinkedList.Node |
|---|
m_nodeNext, m_nodePrev, m_object |
| Constructor Summary | |
|---|---|
RecyclingLinkedList.Node()
Construct a blank Node. |
|
RecyclingLinkedList.Node(Object o)
Construct a Node with a value. |
|
| Method Summary | |
|---|---|
protected Object |
discard()
Delink this Node and discard its value. |
| Methods inherited from class com.tangosol.util.SafeLinkedList.Node |
|---|
clone, delink, equals, equalsValue, getNext, getObject, getPrevious, linkAfter, linkBefore, setObject, toString |
| Constructor Detail |
|---|
public RecyclingLinkedList.Node()
public RecyclingLinkedList.Node(Object o)
o - the value to store in the Node| Method Detail |
|---|
protected Object discard()
discard in class SafeLinkedList.Node
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||