Skip navigation links
C D F G S T 

C

CSValueDB - Class in <Unnamed>
This is a container class which holds a database contained in a .csv file.
CSValueDB(String) - Constructor for class CSValueDB
Load the database from a file.
CSValueDB(CSValueRecord[], char[], String[]) - Constructor for class CSValueDB
Instantiate a database.
CSValueRecord - Class in <Unnamed>
This class contains a record of the database.
CSValueRecord(char[], String[]) - Constructor for class CSValueRecord
Construct a record.

D

dumpCSV(String) - Method in class CSValueDB
Write the database to a file in .csv format.

F

FieldValue - Class in <Unnamed>
This class is a container for a field value in a .csv database.
FieldValue(String) - Constructor for class FieldValue
Construct the field value.

G

getCSVline() - Method in class CSValueRecord
Return a record as a line in a .csv file.
getDoubleValue() - Method in class FieldValue
Return the field value as a double.
getFieldNames() - Method in class CSValueDB
Get the field names of the records.
getFieldTypes() - Method in class CSValueDB
Get the field types of the records.
getFieldValues() - Method in class CSValueRecord
Get the field values of the record.
getIntegerValue() - Method in class FieldValue
Return the field value as an int.
getNumFields() - Method in class CSValueDB
Get the number of fields per record.
getNumRecords() - Method in class CSValueDB
Get the number of records in the database.
getRawValue() - Method in class FieldValue
Return the field value as it appears in the .csv file.
getRecords() - Method in class CSValueDB
Get the records of the database.
getRecordString(int, int, int[]) - Method in class CSValueRecord
Get the record as a nicely fomatted String.
getStringValue() - Method in class FieldValue
Return the field value as a String.
getType() - Method in class FieldValue
Get the type of the field value.

S

setType(char) - Method in class FieldValue
Set the type of the field value.

T

toString() - Method in class CSValueDB
Return a String representing the database.
C D F G S T 
Skip navigation links