|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.share.nls.DecimalFormatContext
org.apache.myfaces.trinidadinternal.share.nls.ImmutableDecimalFormatContext
public final class ImmutableDecimalFormatContext
The ImmutableDecimalFormatContext class contains all number format parameters, and cannot be changed once initialised.
Constructor Summary | |
---|---|
ImmutableDecimalFormatContext(DecimalFormatContext dfc)
Constructs a new ImmutableDecimalFormatContext, cloning the instance passed in. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Override of Object.equals(). |
char |
getDecimalSeparator()
Returns the character used as a decimal separator. |
char |
getGroupingSeparator()
Returns the character used to separate number groupings. |
int |
hashCode()
Override of Object.hashCode(). |
Methods inherited from class org.apache.myfaces.trinidadinternal.share.nls.DecimalFormatContext |
---|
clone, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImmutableDecimalFormatContext(DecimalFormatContext dfc)
Method Detail |
---|
public char getGroupingSeparator()
getGroupingSeparator
in class DecimalFormatContext
public char getDecimalSeparator()
getDecimalSeparator
in class DecimalFormatContext
public boolean equals(java.lang.Object obj)
DecimalFormatContext
equals
in class DecimalFormatContext
public int hashCode()
DecimalFormatContext
hashCode
in class DecimalFormatContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |