FieldPosition class getFieldAttribute example. public Format.Field getFieldAttribute() Returns the field identifier as an attribute constant from one of the Field subclasses. May return null if the field is specified only by an integer field ID.
FieldPosition class getEndIndex example. public int getEndIndex() Retrieves the index of the character following the last character in the requested field.
Collatorclass SetDecomposition() method example. This example shows you how to use SetDecomposition() method.This method Set the decomposition mode of this Collator.
Collatorclass GetStrength() method example. This example shows you how to use GetStrength() method.This method Returns this Collator's strength property.
Collatorclass GetInstance() method example. This example shows you how to use GetInstance() method.This method Gets the Collator for the current default locale.
Collatorclass GetDecomposition() method example. This example shows you how to use GetDecomposition() method.This method Get the decomposition mode of this Collator.
Collatorclass GetCollationKey() method example. This example shows you how to use GetCollationKey() method.This method Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
Collatorclass GetAvailableLocales() method example. This example shows you how to use GetAvailableLocales() method.This method Returns an array of all locales for which the getInstance methods of this class can return localized instances.
Collatorclass Equals1() method example. This example shows you how to use Equals1() method.This method Convenience method for comparing the equality of two strings based on this Collator's collation rules.
Collatorclass Compare1() method example. This example shows you how to use Compare1() method.This method
Compares the source string to the target string according to the collation rules for this Collator.
Annotationclass ToString() method example. This example shows you how to use ToString() method.This method
Returns the String representation of this Annotation.
Annotationclass GetValue() method example. This example shows you how to use GetValue() method.This method Returns the value of the attribute, which may be null.
DecimalFormatSymbolsclass SetZeroDigit() method example. This example shows you how to use SetZeroDigit() method.This method Sets the character used for zero.
DecimalFormatSymbolsclass SetPerMill() method example. This example shows you how to use SetPerMill() method.This method Sets the character used for per mille sign.
DecimalFormatSymbolsclass SetPercent() method example. This example shows you how to use SetPercent() method.This method Sets the character used for percent sign.
DecimalFormatSymbolsclass SetPatternSeparator() method example. This example shows you how to use SetPatternSeparator() method.This method Sets the character used to separate positive and negative subpatterns in a pattern.
DecimalFormatSymbolsclass SetNaN() method example. This example shows you how to use SetNaN() method.This method Sets the string used to represent "not a number".
DecimalFormatSymbolsclass SetMonetaryDecimalSeparator() method example. This example shows you how to use SetMonetaryDecimalSeparator() method.This method Sets the monetary decimal separator.
DecimalFormatSymbolsclass SetMinusSign() method example. This example shows you how to use SetMinusSign() method.This method Sets the character used to represent minus sign.