示例#1
0
 /** Returns the number of empty slots on this page. */
 public int getNumEmptySlots() {
   return header.findSlots(false).size();
 }