| Package | Description |
|---|---|
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PluralRules.register(Locale locale,
PluralRules rules)
Registers given plural rules for a language, possibly overriding
CLDR-default setting.
|
Copyright © 2014–2015. All rights reserved.