apply abstract method

Delta? apply(
  1. Delta document,
  2. int index,
  3. int length
)

Applies heuristic rule to a delete operation on a document and returns resulting Delta.

Implementation

Delta? apply(Delta document, int index, int length);