Interface Appender


public interface Appender
An Appender appends String to something.
  • Method Details

    • append

      Appender append(String str)
      Parameters:
      str - the string to append
      Returns:
      an instance of itself
    • append

      Appender append(char c)
      Parameters:
      c - the char to append
      Returns:
      an instance of itself