Segment constructor

Segment(
  1. int L,
  2. int R
)

Implementation

Segment(this.L, this.R);