Uses of Class
org.tquadrat.foundation.util.stringconverter.DoubleStringConverter
Packages that use DoubleStringConverter
Package
Description
This package provides classes that allow to convert certain
object instances into String and vice versa.
-
Uses of DoubleStringConverter in org.tquadrat.foundation.util.stringconverter
Fields in org.tquadrat.foundation.util.stringconverter declared as DoubleStringConverterModifier and TypeFieldDescriptionstatic final DoubleStringConverter
DoubleStringConverter.INSTANCE
An instance of this class.Methods in org.tquadrat.foundation.util.stringconverter that return DoubleStringConverterModifier and TypeMethodDescriptionstatic final DoubleStringConverter
DoubleStringConverter.provider()
This method is used by theServiceLoader
to obtain the instance for thisStringConverter
implementation.