Searched defs:Appendable (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DAppendable.java32 * <tt>Appendable</tt> interface must be implemented by any class whose
51 public interface Appendable { interface
54 * Appends the specified character sequence to this <tt>Appendable</tt>.
64 * appended to this Appendable.
66 * @return A reference to this <tt>Appendable</tt>
71 Appendable append(CharSequence csq) throws IOException;
75 * <tt>Appendable</tt>.
97 * @return A reference to this <tt>Appendable</tt>
107 Appendable append(CharSequence csq, int start, int end) throws IOException;
110 * Appends the specified character to this <tt>Appendable</t
[all...]

Completed in 1011 milliseconds