Uses of Class
org.openstreetmap.josm.tools.I18n.PluralMode

Packages that use I18n.PluralMode
org.openstreetmap.josm.tools   
 

Uses of I18n.PluralMode in org.openstreetmap.josm.tools
 

Fields in org.openstreetmap.josm.tools declared as I18n.PluralMode
private static I18n.PluralMode I18n.pluralMode
           
 

Fields in org.openstreetmap.josm.tools with type parameters of type I18n.PluralMode
private static java.util.HashMap<java.lang.String,I18n.PluralMode> I18n.languages
           
 

Methods in org.openstreetmap.josm.tools that return I18n.PluralMode
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.
 



JOSM