Uses of Interface
prefuse.data.util.Index

Packages that use Index
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. 
 

Uses of Index in prefuse.data
 

Fields in prefuse.data declared as Index
 Index Table.ColumnEntry.index
          The column Index instance.
protected  Index Graph.m_nidx
          Reference to an index over the node key field
 

Methods in prefuse.data that return Index
 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.
 

Uses of Index in prefuse.data.util
 

Classes in prefuse.data.util that implement Index
 class TreeIndex
          Index instance that uses red-black trees to provide an index over a column of data.
 



Copyright © 2007 Regents of the University of California