set abstract method

void set(
  1. int x,
  2. int y
)

Implementation

void set(
  final int x,
  final int y,
);