Uses of Class
com.tangosol.util.RecyclingLinkedList.Node
-
Packages that use RecyclingLinkedList.Node Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of RecyclingLinkedList.Node in com.tangosol.util
Fields in com.tangosol.util declared as RecyclingLinkedList.Node Modifier and Type Field Description protected RecyclingLinkedList.Node[]
RecyclingLinkedList. m_anodeRecycled
The Nodes to recycle.Methods in com.tangosol.util with parameters of type RecyclingLinkedList.Node Modifier and Type Method Description protected void
RecyclingLinkedList. recycleNode(RecyclingLinkedList.Node node)
Recycle the passed Node.
-