Uses of Class
org.djutils.base.NumberParser
-
Packages that use NumberParser Package Description org.djutils.base The djutils.base package contains a number of very generic classes / interfaces such as the Identifiable interface, the mutable primitive classes, and the NumberParser that allows for lenient parsing. -
-
Uses of NumberParser in org.djutils.base
Methods in org.djutils.base that return NumberParser Modifier and Type Method Description NumberParserNumberParser. lenient()Set the parser to lenient parsing.NumberParserNumberParser. locale(Locale newLocale)Set the locale for the parser to use.NumberParserNumberParser. noTrailing()Set the parser to not allow for trailing characters when parsing.NumberParserNumberParser. strict()Set the parser to strict parsing.NumberParserNumberParser. trailing()Set the parser to allow for trailing characters when parsing.
-