|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScalableList | |
|---|---|
| com.sun.sgs.app.util | Provides utilities for use by RedDwarf Server application developers. |
| Uses of ScalableList in com.sun.sgs.app.util |
|---|
| Fields in com.sun.sgs.app.util with type parameters of type ScalableList | |
|---|---|
(package private) ManagedReference<ScalableList<E>> |
ScalableList.ScalableIterator.owner
A reference to the ScalableList which this iterator is
referring to |
| Methods in com.sun.sgs.app.util with parameters of type ScalableList | |
|---|---|
(package private) E |
ScalableList.ListNode.remove(ScalableList<E> list,
int index)
Removes the object at the specified index of the sublist. |
(package private) boolean |
ScalableList.ListNode.remove(ScalableList<E> list,
Object obj)
Removes the Object from the SubList<E>, if it
exists. |
| Constructors in com.sun.sgs.app.util with parameters of type ScalableList | |
|---|---|
ScalableList.ScalableIterator(ScalableList<E> list)
Constructor used to create a ScalableListIterator for the
underlying elements in the ScalableList. |
|
ScalableList.ScalableIterator(ScalableList<E> list,
ScalableList.ListNode<E> startingNode)
|
|
ScalableList.ScalableListIterator(ScalableList<E> list)
Constructor which starts the iterations at the specified ListNode. |
|
ScalableList.ScalableListIterator(ScalableList<E> list,
ScalableList.ListNode<E> startingNode,
int startingIndex)
Constructor which creates a ScalableListIterator given the
list, a startingNode and a startingIndex denoting
the starting point. |
|
ScalableList.ScalableListIterator(ScalableList<E> list,
com.sun.sgs.app.util.ScalableList.SearchResult<E> searchResult)
Constructor which creates a ScalableListIterator given the
list and a searchResult denoting the starting point. |
|
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 | |||||||||