Class Spelling


  • public class Spelling
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Spelling()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(String s)  
      void appendChar​(int ch)  
      String finish()  
      void start()  
      • Methods inherited from class java.lang.Object

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

      • Spelling

        public Spelling()
    • Method Detail

      • start

        public void start()
      • finish

        public String finish()
      • append

        public void append​(String s)
      • appendChar

        public void appendChar​(int ch)