|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.forester.util.BasicTable<E>
public class BasicTable<E>
| Constructor Summary | |
|---|---|
BasicTable()
|
|
| Method Summary | |
|---|---|
Map<String,E> |
getColumnsAsMap(int key_col,
int value_col)
|
Map<String,Double> |
getColumnsAsMapDouble(int key_col,
int value_col)
|
int |
getNumberOfColumns()
|
int |
getNumberOfRows()
|
E |
getValue(int col,
int row)
|
String |
getValueAsString(int col,
int row)
|
boolean |
isEmpty()
|
void |
setValue(int col,
int row,
E value)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BasicTable()
| Method Detail |
|---|
public Map<String,E> getColumnsAsMap(int key_col,
int value_col)
throws IllegalArgumentException
IllegalArgumentException
public Map<String,Double> getColumnsAsMapDouble(int key_col,
int value_col)
throws IllegalArgumentException,
IOException
IllegalArgumentException
IOExceptionpublic int getNumberOfColumns()
public int getNumberOfRows()
public E getValue(int col,
int row)
throws IllegalArgumentException
IllegalArgumentException
public String getValueAsString(int col,
int row)
throws IllegalArgumentException
IllegalArgumentExceptionpublic boolean isEmpty()
public void setValue(int col,
int row,
E value)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||