Exemple #1
0
 private PicUrls getPicture(int index) {
   return mBean.getList().get(index).getPhoto();
 }
Exemple #2
0
 private StatusContent getStatus(int index) {
   return mBean.getList().get(index).getStatus();
 }
Exemple #3
0
 private int size() {
   return mBean.getList().size();
 }