get method

int get(
  1. int i
)

Implementation

int get(int i) {
  return array[i];
}