Uses of Class
org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry

Packages that use AbstractReferenceMap.ReferenceEntry
org.apache.commons.collections.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of AbstractReferenceMap.ReferenceEntry in org.apache.commons.collections.map
 

Methods in org.apache.commons.collections.map that return AbstractReferenceMap.ReferenceEntry
protected  AbstractReferenceMap.ReferenceEntry<K,V> AbstractReferenceMap.ReferenceEntry.next()
          Gets the next entry in the bucket.
 

Constructors in org.apache.commons.collections.map with parameters of type AbstractReferenceMap.ReferenceEntry
AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap<K,V> parent, AbstractReferenceMap.ReferenceEntry<K,V> next, int hashCode, K key, V value)
          Creates a new entry object for the ReferenceMap.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.