Package | Description |
---|---|
prefuse.data |
Table, Graph, and Tree data structures for organizing data.
|
prefuse.data.util |
Utility classes for supporting prefuse data structures, including
indexes, iterators, filters, and column projections.
|
Modifier and Type | Field and Description |
---|---|
protected RowManager |
Table.m_rows
Manager for valid row indices
|
Modifier and Type | Class and Description |
---|---|
class |
CascadedRowManager
RowManager instance that additionally takes into account tables which
inherit from a parent table but can also have their own, dedicated
columns.
|
class |
FilteredRowManager
RowManager that additionally manages mappings between the managed
rows and those of a parent table.
|
Modifier and Type | Field and Description |
---|---|
protected RowManager |
TreeIndex.m_rows |
Constructor and Description |
---|
TreeIndex(Table t,
RowManager rows,
Column col,
java.util.Comparator cmp)
Create a new TreeIndex.
|
Copyright ? 2013 Regents of the University of California