Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.select(Predicate filter,
Sort sort)
Query this table for a filtered, sorted subset of this table.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 ? 2013 Regents of the University of California