Class Pluralize


  • public final class Pluralize
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Pluralize()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String pluralize​(int count, java.lang.String word)  
      • Methods inherited from class java.lang.Object

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

      • Pluralize

        private Pluralize()
    • Method Detail

      • pluralize

        public static java.lang.String pluralize​(int count,
                                                 java.lang.String word)