Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.