用ArrayList來實現MyStringBuffer

用ArrayList來實現MyStringBuffer MyStringBuffer練習,但是不使用字符數組,而是使用ArrayList來實現 實現代碼如下: IStringBuffer.java package j2se; public interface IStringBuffer { public void append(String str);//追加字符串 public void
相關文章
相關標籤/搜索