Uses of Class
com.sun.sgs.app.util.ScalableHashMap

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

Uses of ScalableHashMap in com.sun.sgs.app.util
 

Fields in com.sun.sgs.app.util with type parameters of type ScalableHashMap
(package private)  ManagedReference<ScalableHashMap<K,V>> ScalableHashMap.leftLeafRef
          The leaf node immediately to the left of this node if this is a leaf node, else null.
(package private)  ManagedReference<ScalableHashMap<K,V>> ScalableHashMap.rightLeafRef
          The leaf node immediately to the right of this node if this is a leaf node, else null.
 

Methods in com.sun.sgs.app.util that return ScalableHashMap
(package private)  ScalableHashMap<K,V> ScalableHashMap.leftMost()
          Returns the left-most leaf table from this node in the prefix tree.
(package private)  ScalableHashMap<K,V> ScalableHashMap.lookup(int prefix)
          Locates the leaf node that is associated with the provided prefix.
 

Constructors in com.sun.sgs.app.util with parameters of type ScalableHashMap
ScalableHashMap.ConcurrentIterator(ScalableHashMap<K,V> root)
          Constructs a new ConcurrentIterator.
 


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