merge abstract method

BufferRange merge(
  1. BufferRange range
)

Returns the smallest range that contains both this range and the given range.

Implementation

BufferRange merge(BufferRange range);