Uses of Class
org.refcodes.data.Delimiter
-
-
Uses of Delimiter in org.refcodes.data
Methods in org.refcodes.data that return Delimiter Modifier and Type Method Description static Delimiter
Delimiter. valueOf(String name)
Returns the enum constant of this type with the specified name.static Delimiter[]
Delimiter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.data with parameters of type Delimiter Modifier and Type Method Description boolean
Delimiters. isDelimiter(Delimiter aDelimiter)
Tests if the given delimiter is contained in theDelimiters
definition.
-