com.google.gwt.i18n.client.impl.plurals
Class DefaultRule_id

java.lang.Object
  extended by com.google.gwt.i18n.client.impl.plurals.DefaultRule
      extended by com.google.gwt.i18n.client.impl.plurals.DefaultRule_id
All Implemented Interfaces:
Localizable, PluralRule

public class DefaultRule_id
extends DefaultRule

Plural forms for Indonesian are formed by reduplication, but this is unnecessary when a numeral is used. Therefore, we do not consider plural forms for this use case.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.PluralRule
PluralRule.PluralForm
 
Constructor Summary
DefaultRule_id()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.i18n.client.impl.plurals.DefaultRule
pluralForms, select
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRule_id

public DefaultRule_id()