| Package | Description |
|---|---|
| net.time4j.format |
Format support of Time4J.
|
| Modifier and Type | Method and Description |
|---|---|
abstract NumberType |
PluralRules.getNumberType()
Yields the number type these rules are referring to.
|
static NumberType |
NumberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberType[] |
NumberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PluralRules |
PluralRules.of(Locale locale,
NumberType numType)
Gets the localized plural rules for given language or
country.
|
Copyright © 2014. All rights reserved.