Uses of Package
com.sun.sgs.app.util

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

Classes in com.sun.sgs.app.util used by com.sun.sgs.app.util
ScalableDeque
          A scalable Deque implementation.
ScalableDeque.Element
          A deque-internal class for wrapping elements within the deque.
ScalableHashMap
          A scalable implementation of Map.
ScalableHashMap.PrefixEntry
          An implementation of Entry that incorporates information about the prefix at which it is stored, as well as whether the ScalableHashMap is responsible for the persistent lifetime of the key and value.
ScalableList
          This class represents a java.util.List which supports a concurrent and scalable behavior.
ScalableList.ListNode
          Node which parents a SubList<E>.
ScalableList.Node
          An interface which unifies the concept of a ListNode and TreeNode as elements within a ScalableList.
ScalableList.ScalableIterator
          This class represents an iterator of the elements of the ScalableList.
ScalableList.SubList
          This object represents a partition in the list, otherwise denoted as a bucket (as per bucketSize).
ScalableList.TreeNode
          An object which forms a tree above the ListNode<E> linked list.
 


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