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

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

public class DefaultRule_ko
extends DefaultRule

There are no plural forms in Korean, so just use the default.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.PluralRule
PluralRule.PluralForm
 
Constructor Summary
DefaultRule_ko()
           
 
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_ko

public DefaultRule_ko()