Package org.teavm.classlib.java.text
Class TDecimalFormatSymbols
java.lang.Object
org.teavm.classlib.java.text.TDecimalFormatSymbols
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static TLocale[]charchargetDigit()charstatic final TDecimalFormatSymbolsstatic final TDecimalFormatSymbolsgetInstance(TLocale locale) charchargetNaN()charcharcharcharvoidsetDecimalSeparator(char decimalSeparator) voidsetDigit(char digit) voidsetExponentSeparator(String exponentSeparator) voidsetGroupingSeparator(char groupingSeparator) voidsetInfinity(String infinity) voidvoidsetMinusSign(char minusSign) voidsetMonetaryDecimalSeparator(char monetaryDecimalSeparator) voidvoidsetPatternSeparator(char patternSeparator) voidsetPercent(char percent) voidsetPerMill(char perMill) voidsetZeroDigit(char zeroDigit)
-
Constructor Details
-
TDecimalFormatSymbols
public TDecimalFormatSymbols() -
TDecimalFormatSymbols
-
-
Method Details
-
getAvailableLocales
-
getInstance
-
getInstance
-
getZeroDigit
public char getZeroDigit() -
setZeroDigit
public void setZeroDigit(char zeroDigit) -
getGroupingSeparator
public char getGroupingSeparator() -
setGroupingSeparator
public void setGroupingSeparator(char groupingSeparator) -
getPerMill
public char getPerMill() -
setPerMill
public void setPerMill(char perMill) -
getPercent
public char getPercent() -
setPercent
public void setPercent(char percent) -
getLocale
-
getDecimalSeparator
public char getDecimalSeparator() -
setDecimalSeparator
public void setDecimalSeparator(char decimalSeparator) -
getDigit
public char getDigit() -
setDigit
public void setDigit(char digit) -
getPatternSeparator
public char getPatternSeparator() -
setPatternSeparator
public void setPatternSeparator(char patternSeparator) -
getNaN
-
setNaN
-
getInfinity
-
setInfinity
-
getMinusSign
public char getMinusSign() -
setMinusSign
public void setMinusSign(char minusSign) -
getMonetaryDecimalSeparator
public char getMonetaryDecimalSeparator() -
setMonetaryDecimalSeparator
public void setMonetaryDecimalSeparator(char monetaryDecimalSeparator) -
getExponentSeparator
-
setExponentSeparator
-
setLocale
-
clone
-