Class TextProducer


  • public class TextProducer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String dashedWords​(int count)  
      java.lang.String dashedWords​(int minCount, int maxCount)  
      java.lang.String word()  
      • Methods inherited from class java.lang.Object

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

      • word

        public java.lang.String word()
      • dashedWords

        public java.lang.String dashedWords​(int count)
      • dashedWords

        public java.lang.String dashedWords​(int minCount,
                                            int maxCount)