oracle.cabo.share.nls
Class ImmutableDecimalFormatContext
java.lang.Object
|
+--oracle.cabo.share.nls.DecimalFormatContext
|
+--oracle.cabo.share.nls.ImmutableDecimalFormatContext
- All Implemented Interfaces:
- java.lang.Cloneable
- public final class ImmutableDecimalFormatContext
- extends DecimalFormatContext
The ImmutableDecimalFormatContext class contains all number
format parameters, and cannot be changed once initialised.
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ImmutableDecimalFormatContext
public ImmutableDecimalFormatContext(DecimalFormatContext dfc)
- Constructs a new ImmutableDecimalFormatContext,
cloning the instance passed in.
getGroupingSeparator
public char getGroupingSeparator()
- Returns the character used to separate number groupings.
- Overrides:
getGroupingSeparator
in class DecimalFormatContext
getDecimalSeparator
public char getDecimalSeparator()
- Returns the character used as a decimal separator.
- Overrides:
getDecimalSeparator
in class DecimalFormatContext
hashCode
public int hashCode()
- Description copied from class:
DecimalFormatContext
- Override of Object.hashCode().
- Overrides:
hashCode
in class DecimalFormatContext