コード例 #1
0
 public void replaceSectionAt(int index, Object section) {
   deleteSectionAt(index);
   insertSectionAt(index, section);
 }