Interface TextBuffer


  • public interface TextBuffer
    • Method Detail

      • append

        void append​(char c)
      • append

        void append​(char[] chars,
                    int start,
                    int len)
      • append

        void append​(java.lang.String s)