Package | Description |
---|---|
net.time4j.format |
Defines common interfaces for any 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 |
---|---|
PluralRules |
PluralProvider.load(Locale country,
NumberType numType)
Defines the plural rules for given country or language.
|
static PluralRules |
PluralRules.of(Locale locale,
NumberType numType)
Gets the localized plural rules for given language or
country.
|
Copyright © 2014–2020. All rights reserved.