net.sourceforge.retroweaver.runtime.java.lang
Interface Appendable


public interface Appendable


Method Summary
 Appendable append(char c)
           
 Appendable append(java.lang.CharSequence csq)
           
 Appendable append(java.lang.CharSequence csq, int start, int end)
           
 

Method Detail

append

Appendable append(char c)

append

Appendable append(java.lang.CharSequence csq)

append

Appendable append(java.lang.CharSequence csq,
                  int start,
                  int end)