Uses of Interface
prefuse.util.collections.IntIntSortedMap

Packages that use IntIntSortedMap
prefuse.data.util Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections. 
prefuse.util.collections Utility classes providing useful data structures not present in the Java Collections framework. 
 

Uses of IntIntSortedMap in prefuse.data.util
 

Fields in prefuse.data.util declared as IntIntSortedMap
protected  IntIntSortedMap FilteredRowManager.m_parentToChild
           
 

Uses of IntIntSortedMap in prefuse.util.collections
 

Classes in prefuse.util.collections that implement IntIntSortedMap
 class IntIntTreeMap
          Sorted map implementation using a red-black tree to map from int keys to int values.
 



Copyright © 2007 Regents of the University of California