RangeComparator

Collection of methods used when comparing range sets.

Functions

Link copied to clipboard
open fun boundChange(pos: DocPos)
Link copied to clipboard
abstract fun comparePoint(from: DocPos, to: DocPos, pointA: T?, pointB: T?)
Link copied to clipboard
abstract fun compareRange(from: DocPos, to: DocPos, activeA: List<T>, activeB: List<T>)