Uses of Interface
com.sun.sgs.app.util.ScalableList.Node

Packages that use ScalableList.Node
com.sun.sgs.app.util Provides utilities for use by RedDwarf Server application developers. 
 

Uses of ScalableList.Node in com.sun.sgs.app.util
 

Classes in com.sun.sgs.app.util that implement ScalableList.Node
(package private) static class ScalableList.ListNode<E>
          Node which parents a SubList<E>.
(package private) static class ScalableList.TreeNode<E>
          An object which forms a tree above the ListNode<E> linked list.
 

Methods in com.sun.sgs.app.util that return ScalableList.Node
(package private)  ScalableList.Node<E> ScalableList.TreeNode.getChild()
          Obtains the child of the current node.
 ScalableList.Node<E> ScalableList.Node.next()
          Returns the next Node in sequence, or null if none exists.
 ScalableList.Node<E> ScalableList.Node.prev()
          Returns the previous Node in sequence, or null if none exists.
 

Methods in com.sun.sgs.app.util with parameters of type ScalableList.Node
(package private)  int ScalableList.ScalableIterator.getAbsoluteIndex(ScalableList.Node<E> node, int size)
          Walks up the tree and collects the sizes to produce an absolute index.
(package private)  void ScalableList.TreeNode.setChild(ScalableList.Node<E> child, int size, int numberOfChildren)
          Sets the child to be the supplied parameter as long as it is not null.
 void ScalableList.TreeNode.setNext(ScalableList.Node<E> ref)
          Sets the next element to be the supplied argument.
 void ScalableList.ListNode.setNext(ScalableList.Node<E> ref)
          Sets the next element to be the supplied argument.
 void ScalableList.Node.setNext(ScalableList.Node<E> next)
          Sets the next element to be the supplied argument.
 void ScalableList.TreeNode.setPrev(ScalableList.Node<E> ref)
          Sets the previous element to be the supplied argument.
 void ScalableList.ListNode.setPrev(ScalableList.Node<E> ref)
          Sets the previous element to be the supplied argument.
 void ScalableList.Node.setPrev(ScalableList.Node<E> prev)
          Sets the previous element to be the supplied argument.
(package private)  void ScalableList.DummyConnector.setRef(ScalableList.Node<E> newRef)
          Sets the reference for this object.
 

Constructors in com.sun.sgs.app.util with parameters of type ScalableList.Node
ScalableList.DummyConnector(ScalableList.Node<E> reference)
          Constructor which accepts the object
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved