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 |
---|---|
Index |
Table.ColumnEntry.index
The column Index instance.
|
protected Index |
Graph.m_nidx
Reference to an index over the node key field
|
Modifier and Type | Method and Description |
---|---|
Index |
Table.getIndex(java.lang.String field)
Retrieve, without creating, an index for the given data field.
|
protected Index |
Table.getIndex(java.lang.String field,
java.lang.Class expType,
boolean create)
Internal method for index creation and retrieval.
|
Index |
Table.index(java.lang.String field)
Create (if necessary) and return an index over the given data field.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeIndex
Index instance that uses red-black trees to provide an index
over a column of data.
|
Copyright ? 2013 Regents of the University of California