|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.text.Chunk org.crsh.text.Text
public class Text
Field Summary | |
---|---|
(package private) StringBuilder |
buffer . |
Constructor Summary | |
---|---|
(package private) |
Text() |
private |
Text(CharSequence s) |
Method Summary | |
---|---|
static Text |
create(CharSequence s) |
boolean |
equals(Object obj) |
CharSequence |
getText() |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
final StringBuilder buffer
Constructor Detail |
---|
Text()
private Text(CharSequence s)
Method Detail |
---|
public static Text create(CharSequence s)
public CharSequence getText()
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |