java text ChoiceFormat







Class java.text.ChoiceFormat





All Packages Class Hierarchy This Package Previous Next Index


Class java.text.ChoiceFormat


java.lang.Object
|
+----java.text.Format
|
+----java.text.NumberFormat
|
+----java.text.ChoiceFormat



public class ChoiceFormat
extends NumberFormat

A ChoiceFormat allows you to attach a format to a range of numbers.
It is generally used in a MessageFormat for handling plurals.
The choice is specified with an ascending list of doubles, where each item
specifies a half-open interval up to the next item:


X matches j if and only if limit[j]
Wyszukiwarka

Podobne podstrony:
java text FieldPosition
java text CollationElementIterator
java awt Choice
java text Format
java text Collator
java text ParsePosition
java text BreakIterator
java text RuleBasedCollator
java text SimpleDateFormat
java text DateFormat
java text DateFormatSymbols
java text StringCharacterIterator
java text DecimalFormat
java text DecimalFormatSymbols
java text CharacterIterator
Package java text
java text NumberFormat
java text ParseException
java text MessageFormat

więcej podobnych podstron