Uses of Class
org.djutils.base.NumberParser
Package
Description
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
Modifier and TypeMethodDescriptionNumberParser.lenient()
Set the parser to lenient parsing.Set the locale for the parser to use.NumberParser.noTrailing()
Set the parser to not allow for trailing characters when parsing.NumberParser.strict()
Set the parser to strict parsing.NumberParser.trailing()
Set the parser to allow for trailing characters when parsing.