|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsugar4j.lang.BuilderAdder
public class BuilderAdder
Adds to a StringBuilder instance.
| Constructor Summary | |
|---|---|
BuilderAdder()
|
|
| Method Summary | |
|---|---|
void |
add(String s)
Adds the given string to this container. |
String |
getContent()
Returns the content added so far. |
void |
setContent(String content)
Replaces this content with the given content. |
| Constructor Detail |
|---|
public BuilderAdder()
| Method Detail |
|---|
public String getContent()
Adder
getContent in interface Adderpublic void add(String s)
Adder
add in interface Adderpublic void setContent(String content)
Addercontent.
setContent in interface Adder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||