Exemplo n.º 1
0
 /**
  * Clear the known deleted flag. Only BINS may do this.
  *
  * @param index indicates target entry
  */
 @Override
 public void clearKnownDeleted(int index) {
   super.clearKnownDeleted(index);
   setDirty(true);
 }