Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Field and Description |
---|---|
private static I18n.PluralMode |
I18n.pluralMode |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,I18n.PluralMode> |
I18n.languages |
Modifier and Type | Method and Description |
---|---|
static I18n.PluralMode |
I18n.PluralMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I18n.PluralMode[] |
I18n.PluralMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|