Uses of Class
prefuse.data.util.Sort

Packages that use Sort
prefuse.data Table, Graph, and Tree data structures for organizing data. 
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, iterators, filters, and column projections. 
 

Uses of Sort in prefuse.data
 

Methods in prefuse.data with parameters of type Sort
 Table Table.select(Predicate filter, Sort sort)
          Query this table for a filtered, sorted subset of this table.
 

Uses of Sort in prefuse.data.tuple
 

Methods in prefuse.data.tuple with parameters of type Sort
 java.util.Iterator TupleSet.tuples(Predicate filter, Sort sort)
          Return an iterator over the tuples in this tuple set, filtered by the given predicate
 java.util.Iterator AbstractTupleSet.tuples(Predicate filter, Sort sort)
           
 

Uses of Sort in prefuse.data.util
 

Methods in prefuse.data.util that return Sort
static Sort Sort.parse(java.lang.String s)
          Parse a comma-delimited String of data fields to sort on, along with optional ASC or DESC modifiers, to generate a new Sort specification.
 



Copyright © 2007 Regents of the University of California