Uses of Enum
org.csveed.token.TokenState
Package
Description
The package responsible for reading a CSV line from a
Reader
and converting this to tokens.-
Uses of TokenState in org.csveed.token
Modifier and TypeMethodDescriptionTokenState.next()
Next.static TokenState
Returns the enum constant of this type with the specified name.static TokenState[]
TokenState.values()
Returns an array containing the constants of this enum type, in the order they are declared.