toggle abstract method

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

Implementation

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