|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV NEXT | ||||||||
Uses of Interface
java.lang.Appendable
| Uses of Appendable in java.lang |
| Methods in java.lang that return Appendable | |
Appendable |
Appendable.append(char c)
Appends the Unicode character, c, to this Appendable
object. |
Appendable |
Appendable.append(CharSequence seq)
Appends the specified sequence of Unicode characters to this Appendable object. |
Appendable |
Appendable.append(CharSequence seq,
int start,
int end)
Appends the specified subsequence of Unicode characters to this Appendable object, starting and ending at the specified
positions within the sequence. |
|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV NEXT | ||||||||