getRange abstract method

List<int> getRange(
  1. int start,
  2. int end
)

Implementation

List<int> getRange(int start, int end);