box method

Box<T> box(
  1. int i,
  2. int j
)

Implementation

Box<T> box(int i, int j) => this(i, j);