HomeSort by relevance Sort by last modified time
    Searched defs:Appendable (Results 1 - 6 of 6) sorted by null

  /dalvik/libcore/luni/src/main/java/java/lang/
Appendable.java 28 * {@code Appendable} itself does not guarantee thread safety. This
35 public interface Appendable {
42 * @return this {@code Appendable}.
46 Appendable append(char c) throws IOException;
57 * @return this {@code Appendable}.
61 Appendable append(CharSequence csq) throws IOException;
79 * @return this {@code Appendable}.
86 Appendable append(CharSequence csq, int start, int end) throws IOException;
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
Appendable.java 24 public interface Appendable {
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 138 milliseconds