prefuse.data
Class Table.ColumnEntry

java.lang.Object
  extended by prefuse.data.Table.ColumnEntry
Enclosing class:
Table

protected static class Table.ColumnEntry
extends java.lang.Object

Helper class that encapsulates a map entry for a column, including the column itself and its metadata and index.

Author:
jeffrey heer

Field Summary
 int colnum
          The column number.
 Column column
          The Column instance.
 Index index
          The column Index instance.
 ColumnMetadata metadata
          The column metadata instance.
 
Constructor Summary
Table.ColumnEntry(int col, Column column, ColumnMetadata metadata)
          Create a new ColumnEntry.
 
Method Summary
 void dispose()
          Dispose of this column entry, disposing of any allocated metadata or index instances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colnum

public int colnum
The column number.


column

public Column column
The Column instance.


metadata

public ColumnMetadata metadata
The column metadata instance.


index

public Index index
The column Index instance.

Constructor Detail

Table.ColumnEntry

public Table.ColumnEntry(int col,
                         Column column,
                         ColumnMetadata metadata)
Create a new ColumnEntry.

Parameters:
col - the column number
column - the Column instance
metadata - the ColumnMetadata instance
Method Detail

dispose

public void dispose()
Dispose of this column entry, disposing of any allocated metadata or index instances.



Copyright © 2007 Regents of the University of California