Serialized Form
m_pos
int m_pos
m_type
int m_type
Package sdsu.algorithms.data |
comparerToReverse
Comparer comparerToReverse
message
LoggerMessage message
message
java.lang.String message
Package sdsu.rmi.registry |
installee
java.rmi.registry.Registry installee
theBits
java.util.BitSet theBits
keyValueSeparatorChar
char keyValueSeparatorChar
pairSeparatorChar
char pairSeparatorChar
parseTable
TokenCharacters parseTable
columnLabelIndex
int columnLabelIndex
rowLabelIndex
int rowLabelIndex
internalVector
java.util.Vector internalVector
parseTable
TokenCharacters parseTable
separatorChar
char separatorChar
order
Comparer order
capacityIncrement
int capacityIncrement
columnSeparatorChar
char columnSeparatorChar
- Character (defaults to ',') used to separate columns in ascii representation of table.
numberOfColumns
int numberOfColumns
numberOfRows
int numberOfRows
parseTable
TokenCharacters parseTable
rowSeparatorChar
char rowSeparatorChar
- Character (defaults to ';') used to separate rows in ascii representation of table.
tableElements
java.lang.Object[][] tableElements
beginQuoteChars
java.lang.String beginQuoteChars
- Any one of the characters in beginQuoteChars start a quoted token.
commentChars
java.lang.String commentChars
- Any one of the characters in commentChars start a comment.
Comments end with EOL
endQuoteChars
java.lang.String endQuoteChars
- Characters indicating end of a quoted token. Begin and ending
quotes come in pairs
separators
java.lang.String separators
- Any one of the characters in separators will separate two tokens
whitespace
java.lang.String whitespace
- Characters treated as whitespace