|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScalableList.TreeNode | |
|---|---|
| com.sun.sgs.app.util | Provides utilities for use by RedDwarf Server application developers. |
| Uses of ScalableList.TreeNode in com.sun.sgs.app.util |
|---|
| Methods in com.sun.sgs.app.util that return ScalableList.TreeNode | |
|---|---|
ScalableList.TreeNode<E> |
ScalableList.TreeNode.getParent()
Retrieves the node's parent. |
ScalableList.TreeNode<E> |
ScalableList.ListNode.getParent()
Retrieves the parent of the ListNode |
ScalableList.TreeNode<E> |
ScalableList.Node.getParent()
Retrieves the node's parent. |
(package private) ScalableList.TreeNode<E> |
ScalableList.getRoot()
Retrieves the root TreeNode if it exists or null otherwise. |
ScalableList.TreeNode<E> |
ScalableList.TreeNode.next()
Returns the next Node in sequence, or null if none exists. |
ScalableList.TreeNode<E> |
ScalableList.TreeNode.prev()
Returns the previous Node in sequence, or null if none
exists. |
| Methods in com.sun.sgs.app.util with parameters of type ScalableList.TreeNode | |
|---|---|
void |
ScalableList.TreeNode.setParent(ScalableList.TreeNode<E> parent)
Sets the parent for the node. |
void |
ScalableList.ListNode.setParent(ScalableList.TreeNode<E> parent)
Sets the Node's parent to the supplied argument. |
void |
ScalableList.Node.setParent(ScalableList.TreeNode<E> t)
Sets the Node's parent to the supplied argument. |
(package private) void |
ScalableList.setRoot(ScalableList.TreeNode<E> newRoot)
Sets the root element of the underlying tree structure. |
| Constructors in com.sun.sgs.app.util with parameters of type ScalableList.TreeNode | |
|---|---|
ScalableList.ListNode(ScalableList.TreeNode<E> parent,
int maxSize)
Constructor which uses knowledge of a parent and maximum list size. |
|
ScalableList.ListNode(ScalableList.TreeNode<E> parent,
int maxSize,
E e)
Constructor which uses knowledge of a parent and maximum list size. |
|
ScalableList.ListNode(ScalableList.TreeNode<E> parent,
int maxSize,
List<ManagedReference<ManagedObject>> list)
Constructor which uses knowledge of a parent and maximum list size. |
|
ScalableList.TreeNode(ScalableList<E> list,
ScalableList.TreeNode<E> parent,
boolean isSplit)
Constructor which creates a TreeNode while specifying
parameters for the node characteristics |
|
ScalableList.TreeNode(ScalableList<E> list,
ScalableList.TreeNode<E> parent,
E e)
Create a new TreeNode on account of a new leaf ( ListNode)
being created. |
|
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||