compareTo method

int compareTo(
  1. SMCatFile other
)

Implementation

int compareTo(SMCatFile other) => pageNo - other.pageNo;