public final class FlipResult extends ATableResult
| Constructor and Description |
|---|
FlipResult(String aName,
c.Flip aFlip) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAt(Column<?> col,
int row) |
Object |
getAt(int col,
int row) |
Object |
getAt(String col,
int row) |
String[] |
getColNames() |
int |
getCols() |
int |
getRows() |
getName, toStringpublic int getRows()
public int getCols()
public Object getAt(Column<?> col, int row)
col - Columnrow - Row indexpublic Object getAt(String col, int row)
col - Column namerow - Row indexpublic String[] getColNames()
public Object getAt(int col, int row)
col - Column indexrow - Row indexCopyright © 2012-2014. All Rights Reserved.