Home
last modified time | relevance | path

Searched refs:Appendable (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DAppendable.java51 public interface Appendable { interface
71 Appendable append(CharSequence csq) throws IOException; in append()
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append()
120 Appendable append(char c) throws IOException; in append()
DAbstractStringBuilder.java47 abstract class AbstractStringBuilder implements Appendable, CharSequence {
/libcore/ojluni/src/test/java/time/test/java/time/format/
DMockIOExceptionAppendable.java67 public class MockIOExceptionAppendable implements Appendable {
69 public Appendable append(CharSequence csq) throws IOException { in append()
73 public Appendable append(char c) throws IOException { in append()
77 public Appendable append(CharSequence csq, int start, int end) in append()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DAppendable.annotated.java32 public interface Appendable { interface
34 @libcore.util.NonNull public java.lang.Appendable append(@libcore.util.Nullable java.lang.CharSeque… in append()
36 @libcore.util.NonNull public java.lang.Appendable append(@libcore.util.Nullable java.lang.CharSeque… in append()
38 @libcore.util.NonNull public java.lang.Appendable append(char c) throws java.io.IOException; in append()
DStringBuffer.annotated.java31 public final class StringBuffer implements java.lang.Appendable, java.lang.CharSequence, java.io.Se…
DStringBuilder.annotated.java32 public final class StringBuilder implements java.lang.Appendable, java.lang.CharSequence, java.io.S…
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFloatingDecimal.java45 public static void appendTo(double d, java.lang.Appendable buf) { in appendTo()
49 public static void appendTo(float f, java.lang.Appendable buf) { in appendTo()
301 public void appendTo(java.lang.Appendable buf) { in appendTo()
400 public void appendTo(java.lang.Appendable buf); in appendTo()
427 public void appendTo(java.lang.Appendable buf) { in appendTo()
/libcore/ojluni/src/main/java/java/io/
DWriter.java50 public abstract class Writer implements Appendable, Closeable, Flushable {
DPrintStream.java59 implements Appendable, Closeable
998 formatter = new Formatter((Appendable) this); in format()
/libcore/ojluni/annotations/hiddenapi/java/nio/
DCharBuffer.java36 java.lang.Appendable,
/libcore/ojluni/annotations/hiddenapi/java/lang/
DAbstractStringBuilder.java31 abstract class AbstractStringBuilder implements java.lang.Appendable, java.lang.CharSequence {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DFormatterTest.java64 class MockAppendable implements Appendable {
65 public Appendable append(CharSequence arg0) throws IOException { in append()
69 public Appendable append(char arg0) throws IOException { in append()
73 public Appendable append(CharSequence arg0, int arg1, int arg2) in append()
100 class MockDestination implements Appendable, Flushable {
106 public Appendable append(char c) throws IOException { in append()
116 public Appendable append(CharSequence csq) throws IOException { in append()
126 public Appendable append(CharSequence csq, int start, int end) in append()
179 Formatter f2 = new Formatter((Appendable) null); in test_ConstructorLjava_lang_Appendable()
186 Appendable sb = f2.out(); in test_ConstructorLjava_lang_Appendable()
/libcore/ojluni/src/main/java/java/nio/
DCharBuffer.java123 implements Comparable<CharBuffer>, Appendable, CharSequence, Readable
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatter.java1740 public void formatTo(TemporalAccessor temporal, Appendable appendable) { in formatTo()
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKDateTimeFormatter.java446 test.formatTo(LocalDate.of(2008, 6, 30), (Appendable) null); in test_print_TemporalAppendable_nullAppendable()
/libcore/
Dopenjdk_java_files.bp114 "ojluni/src/main/java/java/lang/Appendable.java",