Codeword constructor

Codeword(
  1. int _startX,
  2. int _endX,
  3. int _bucket,
  4. int _value,
)

Implementation

Codeword(this._startX, this._endX, this._bucket, this._value);