Uses of Class
prefuse.util.collections.AbstractHashMap

Packages that use AbstractHashMap
prefuse.util.collections Utility classes providing useful data structures not present in the Java Collections framework. 
 

Uses of AbstractHashMap in prefuse.util.collections
 

Subclasses of AbstractHashMap in prefuse.util.collections
 class IntObjectHashMap
          Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 



Copyright © 2007 Regents of the University of California