Uses of Package
prefuse.util.collections

Packages that use prefuse.util.collections
prefuse.data Table, Graph, and Tree data structures for organizing data. 
prefuse.data.search Text search support for prefix, keyword, and regular expression searches. 
prefuse.data.tuple Implementing classes for data tuples, object proxies to a row of table data. 
prefuse.data.util Utility classes for supporting prefuse data structures, including indexes, iterables, filters, and column projections. 
prefuse.util.collections Utility classes providing useful data structures not present in the Java Collections framework. 
prefuse.util.io Utility classes pertaining to input and output. 
 

Classes in prefuse.util.collections used by prefuse.data
IntIterator
          Abstract LiteralIterator implementation that supports an iteration over int values.
 

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

Classes in prefuse.util.collections used by prefuse.data.tuple
IntIterator
          Abstract LiteralIterator implementation that supports an iteration over int values.
 

Classes in prefuse.util.collections used by prefuse.data.util
AbstractLiteralIterator
          Abstract base class for a LiteralIterator implementations.
IncompatibleComparatorException
          Exception indicating a comparator is incompatible with the data type to be compared.
IntIntSortedMap
          Sorted map that maps from an int key to an int value.
IntIterator
          Abstract LiteralIterator implementation that supports an iteration over int values.
IntSortedMap
           
LiteralIterator
           
Queue
          Maintains a breadth-first-search queue as well as depth labels.
 

Classes in prefuse.util.collections used by prefuse.util.collections
AbstractHashMap
          Abstract base class for hash maps holding objects or primitive data types such as int, float, etc. as keys and/or values.
AbstractLiteralIterator
          Abstract base class for a LiteralIterator implementations.
AbstractTreeMap
          Abstract base class for red-black trees that map a key value to an int value.
AbstractTreeMap.Entry
           
AbstractTreeMap.EntryIterator
           
BooleanIntSortedMap
          Sorted map that maps from a boolean key to an int value.
DefaultLiteralComparator
          Default LiteralComparator implementation that uses the natural ordering of all data types for comparing values.
DoubleIntSortedMap
          Sorted map that maps from a double key to an int value.
FloatIntSortedMap
          Sorted map that maps from a float key to an int value.
IncompatibleComparatorException
          Exception indicating a comparator is incompatible with the data type to be compared.
IntIntSortedMap
          Sorted map that maps from an int key to an int value.
IntIterator
          Abstract LiteralIterator implementation that supports an iteration over int values.
IntSortedMap
           
LiteralComparator
           
LiteralIterator
           
LongIntSortedMap
          Sorted map that maps from a long key to an int value.
ObjectIntSortedMap
          Sorted map that maps from an Object key to an int value.
 

Classes in prefuse.util.collections used by prefuse.util.io
ByteArrayList
          A minor extension to ByteArrayOutputStream which prevents unnecessary copying of data when creating an InputStream.
 



Copyright © 2008 Regents of the University of California