|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColumnLookup
A column lookup. Maps columns to their index in a column container (e.g., DateTable).
| Method Summary | |
|---|---|
boolean |
containsColumn(AbstractColumn column)
Returns whether or not this ColumnLookup contains the given column. |
int |
getColumnIndex(AbstractColumn column)
Returns the index of the given column. |
| Method Detail |
|---|
int getColumnIndex(AbstractColumn column)
column - The given AbstractColumn.
boolean containsColumn(AbstractColumn column)
column - The column to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||