add abstract method

int add(
  1. List<int> data,
  2. int offset
)

Implementation

int add(List<int> data, int offset);