Пример #1
0
 /**
  * Get the total number of occupied rows
  *
  * @return the number of rows being used by the table
  */
 public int getRowCount() {
   return 1 + m_curId - m_firstId - (m_openRows == null ? 0 : m_openRows.size());
 }