Exemple #1
0
 @Override
 public boolean isAfterLast() {
   checkClosed();
   return mCursor.isAfterLast();
 }