|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.data.Table.ColumnEntry
protected static class Table.ColumnEntry
Helper class that encapsulates a map entry for a column, including the column itself and its metadata and index.
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 |
---|
public int colnum
public Column column
public ColumnMetadata metadata
public Index index
Constructor Detail |
---|
public Table.ColumnEntry(int col, Column column, ColumnMetadata metadata)
col
- the column numbercolumn
- the Column instancemetadata
- the ColumnMetadata instanceMethod Detail |
---|
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |