Uses of Class
com.sun.sgs.app.util.ScalableDeque.Element

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

Uses of ScalableDeque.Element in com.sun.sgs.app.util
 

Methods in com.sun.sgs.app.util that return ScalableDeque.Element
(package private)  ScalableDeque.Element<E> ScalableDeque.Element.next()
          Returns the Element after this instance in the deque, or null if this element is the tail of the deque.
(package private)  ScalableDeque.Element<E> ScalableDeque.Element.prev()
          Returns the Element before this instance in the deque, or null if this element is the head of the deque.
 

Methods in com.sun.sgs.app.util with parameters of type ScalableDeque.Element
(package private)  void ScalableDeque.Element.setNext(ScalableDeque.Element<E> next)
          Sets the link from this Element to the next Element in the deque to next.
(package private)  void ScalableDeque.Element.setPrev(ScalableDeque.Element<E> prev)
          Sets the link from this Element to the previous Element in the deque to prev.
 


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