getRecordCount method

int getRecordCount()

Get the number of records in this index.

@return The number of records.

Implementation

int getRecordCount() {
  return (header.fileLength * 2 - 100) ~/ 8;
}