public interface IStringAppender
| Modifier and Type | Method and Description |
|---|---|
void |
append(int value) |
void |
append(String value) |
void |
append(String[] values) |
boolean |
isEmpty() |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.