Class InternalNumberFormat
java.lang.Object
com.aquima.interactions.foundation.text.InternalNumberFormat
- All Implemented Interfaces:
Serializable
Warning, this is an implementation class providing java specific features. Do not call or use this class directly.
(before 9.0 this class was known as com.aquima.interactions.foundation.text.impl.JavaNumberFormat)
- Since:
- 6.0
- Author:
- F. van der Meer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalNumberFormat
(Locale locale, NumberFormatSettings settings) Warning, internal class. -
Method Summary
Modifier and TypeMethodDescriptionformat
(double number) Warning, internal method.format
(long number) Warning, internal method.protected char
protected char
protected Integer
double
Warning, internal method.long
parseInteger
(String text) Warning, internal method.
-
Constructor Details
-
InternalNumberFormat
Warning, internal class. Do not use.- Parameters:
locale
- The locale for which the settings apply.settings
- The settings for the number representation
-
-
Method Details
-
format
Warning, internal method. Do not use!- Parameters:
number
- The number to format.
-
format
Warning, internal method. Do not use!- Parameters:
number
- The number to format.
-
parse
Warning, internal method. Do not use!- Parameters:
text
- The text to parse.
-
parseInteger
Warning, internal method. Do not use!- Parameters:
text
- The text to parse.
-
getGroupingSize
-
getGroupingSeparator
protected char getGroupingSeparator() -
getDecimalSeparator
protected char getDecimalSeparator()
-