Package org.forester.util
Class GeneralTable<IDENTIFIER_TYPE,VALUE_TYPE> 
java.lang.Object
org.forester.util.GeneralTable<IDENTIFIER_TYPE,VALUE_TYPE> 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetValue(IDENTIFIER_TYPE col, IDENTIFIER_TYPE row) getValueAsString(IDENTIFIER_TYPE col, IDENTIFIER_TYPE row) voidsetValue(IDENTIFIER_TYPE col, IDENTIFIER_TYPE row, VALUE_TYPE value) toString()toString(NumberFormat number_format)  
- 
Constructor Details
- 
GeneralTable
public GeneralTable() 
 - 
 - 
Method Details
- 
getColumnIdentifiers
 - 
getRowIdentifiers
 - 
getValue
public VALUE_TYPE getValue(IDENTIFIER_TYPE col, IDENTIFIER_TYPE row) throws IllegalArgumentException - Throws:
 IllegalArgumentException
 - 
getValueAsString
public String getValueAsString(IDENTIFIER_TYPE col, IDENTIFIER_TYPE row) throws IllegalArgumentException - Throws:
 IllegalArgumentException
 - 
setValue
 - 
toString
 - 
toString
 
 -