Uses of Interface
prefuse.util.collections.LongIntSortedMap

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

Uses of LongIntSortedMap in prefuse.util.collections
 

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



Copyright © 2007 Regents of the University of California