Interface LineAppendable
-
- All Known Implementing Classes:
HeadingAppendable,IndentingAppendable
public interface LineAppendable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(char character)voidappend(CharSequence characters)voidendLine()voidstartLine()
-
-
-
Method Detail
-
startLine
void startLine()
-
append
void append(char character)
-
append
void append(CharSequence characters)
-
endLine
void endLine()
-
-