org.omnaest.utils.structure.table
Interface Table.TableCellVisitor<E>

Enclosing interface:
Table<E>

public static interface Table.TableCellVisitor<E>

Used by the table processor as visitor interface.

Author:
Omnaest
See Also:
TableCore#processTableCells(TableCellVisitor)

Method Summary
 void process(int rowIndexPosition, int columnIndexPosition, Table.Cell<E> cell)
          Inspect method
 

Method Detail

process

void process(int rowIndexPosition,
             int columnIndexPosition,
             Table.Cell<E> cell)
Inspect method

Parameters:
rowIndexPosition -
columnIndexPosition -
cell -


Copyright © 2011. All Rights Reserved.