Uses of Class
com.sun.sgs.app.util.ScalableList.ListNode

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

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

Fields in com.sun.sgs.app.util with type parameters of type ScalableList.ListNode
protected  ManagedReference<ScalableList.ListNode<E>> ScalableList.ScalableIterator.currentNode
          The current ListNode of the iterative process
 

Methods in com.sun.sgs.app.util that return ScalableList.ListNode
(package private)  ScalableList.ListNode<E> ScalableList.getHead()
          Retrieves the head ListNode.
(package private)  ScalableList.ListNode<E> ScalableList.DummyConnector.getRefAsListNode()
          Retrieves the reference as a ListNode.
(package private)  ScalableList.ListNode<E> ScalableList.getTail()
          Retrieves the tail ListNode.
 ScalableList.ListNode<E> ScalableList.ScalableListNodeIterator.next()
          Returns the next ListNode<E> in order from the list
 ScalableList.ListNode<E> ScalableList.ListNode.next()
          Returns the next Node in sequence, or null if none exists.
 ScalableList.ListNode<E> ScalableList.ScalableListNodeIterator.prev()
          Returns the previous ListNode<E> in order from the list
 ScalableList.ListNode<E> ScalableList.ListNode.prev()
          Returns the previous Node in sequence, or null if none exists.
 

Methods in com.sun.sgs.app.util with parameters of type ScalableList.ListNode
(package private) static
<E> boolean
ScalableList.ScalableIterator.isNextWithinRange(int offset, ScalableList.ListNode<E> currentListNode)
          Performs a check to see that the index for next() is still within range of the sub list.
(package private) static
<E> boolean
ScalableList.ScalableListIterator.isPrevWithinRange(int offset, ScalableList.ListNode<E> currentListNode)
          Performs a check to see that the index for prev() is still within range of the sub list.
(package private)  void ScalableList.setHead(ScalableList.ListNode<E> newHead)
          Sets the head of the ListNode linked-list
(package private)  void ScalableList.setTail(ScalableList.ListNode<E> newTail)
          Sets the tail of the ListNode linked-list
 

Constructors in com.sun.sgs.app.util with parameters of type ScalableList.ListNode
ScalableList.ScalableIterator(ScalableList<E> list, ScalableList.ListNode<E> startingNode)
           
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.ScalableListNodeIterator(ScalableList.ListNode<E> head)
          Constructor to create a new iterator.
 


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