Uses of Class
prefuse.util.collections.IncompatibleComparatorException

Packages that use IncompatibleComparatorException
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 IncompatibleComparatorException in prefuse.data.util
 

Constructors in prefuse.data.util that throw IncompatibleComparatorException
TreeIndex(Table t, RowManager rows, Column col, java.util.Comparator cmp)
          Create a new TreeIndex.
 

Uses of IncompatibleComparatorException in prefuse.util.collections
 

Methods in prefuse.util.collections that throw IncompatibleComparatorException
static IntSortedMap SortedMapFactory.getMap(java.lang.Class type, java.util.Comparator cmp, boolean unique)
           
 



Copyright © 2007 Regents of the University of California