Uses of Class
net.sf.beanlib.util.AbstractMap.SimpleImmutableEntry

Packages that use AbstractMap.SimpleImmutableEntry
net.sf.beanlib.util.concurrent Mirror package of java.util.concurrent of Java 6 beta 2. 
 

Uses of AbstractMap.SimpleImmutableEntry in net.sf.beanlib.util.concurrent
 

Methods in net.sf.beanlib.util.concurrent that return AbstractMap.SimpleImmutableEntry
(package private)  AbstractMap.SimpleImmutableEntry<K,V> ConcurrentSkipListMap.Node.createSnapshot()
          Creates and returns a new SimpleImmutableEntry holding current mapping if this node holds a valid value, else null.
(package private)  AbstractMap.SimpleImmutableEntry<K,V> ConcurrentSkipListMap.getNear(K key, int rel)
          Returns SimpleImmutableEntry for results of findNear.