Class SlavicPluralForms

  • All Implemented Interfaces:
    PluralForms

    public class SlavicPluralForms
    extends java.lang.Object
    implements PluralForms
    • Constructor Summary

      Constructors 
      Constructor Description
      SlavicPluralForms​(java.lang.String singularForm, java.lang.String pluralForm, java.lang.String genitivePluralForm, GenderType genderType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String formFor​(java.lang.Integer value)  
      GenderType genderType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SlavicPluralForms

        public SlavicPluralForms​(java.lang.String singularForm,
                                 java.lang.String pluralForm,
                                 java.lang.String genitivePluralForm,
                                 GenderType genderType)