Uses of Enum
org.supercsv.io.Tokenizer.TokenizerState
Packages that use Tokenizer.TokenizerState
Package
Description
Provides the various readers and writers used to read/write Strings, Maps, or Objects.
-
Uses of Tokenizer.TokenizerState in org.supercsv.io
Subclasses with type arguments of type Tokenizer.TokenizerState in org.supercsv.ioModifier and TypeClassDescriptionprivate static enumEnumeration of tokenizer states.Methods in org.supercsv.io that return Tokenizer.TokenizerStateModifier and TypeMethodDescriptionstatic Tokenizer.TokenizerStateReturns the enum constant of this type with the specified name.static Tokenizer.TokenizerState[]Tokenizer.TokenizerState.values()Returns an array containing the constants of this enum type, in the order they are declared.