oracle.cabo.share.nls
Class DecimalFormatContext
java.lang.Object
|
+--oracle.cabo.share.nls.DecimalFormatContext
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- ImmutableDecimalFormatContext, MutableDecimalFormatContext
- public abstract class DecimalFormatContext
- extends java.lang.Object
- implements java.lang.Cloneable
The DecimalFormatContext class contains all number format parameters.
Method Summary |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
Override of Object.equals(). |
abstract char |
getDecimalSeparator()
Returns the character used as a decimal separator. |
abstract char |
getGroupingSeparator()
Returns the character used to separate number groups. |
int |
hashCode()
Override of Object.hashCode(). |
java.lang.String |
toString()
Override of Object.toString(). |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
DecimalFormatContext
public DecimalFormatContext()
getGroupingSeparator
public abstract char getGroupingSeparator()
- Returns the character used to separate number groups.
If zero (NUL), the default separator for the Locale
will be used.
getDecimalSeparator
public abstract char getDecimalSeparator()
- Returns the character used as a decimal separator.
If zero (NUL), the default separator for the Locale
will be used.
hashCode
public int hashCode()
- Override of Object.hashCode().
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Override of Object.equals().
- Overrides:
equals
in class java.lang.Object
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
toString
public java.lang.String toString()
- Override of Object.toString().
- Overrides:
toString
in class java.lang.Object