movePayload method

  1. @override
  2. @protected
void movePayload(
  1. int from,
  2. int to
)
override

Implementation

@override
@protected
void movePayload(int from, int to) {
  _values[to] = _values[from];
}