Uses of Enum
org.csveed.token.TokenState
Packages that use 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
Methods in org.csveed.token that return TokenStateModifier 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.