Uses of Interface
org.apache.commons.text.diff.ReplacementsHandler
Package | Description |
---|---|
org.apache.commons.text.diff |
Provides algorithms for diff between strings.
|
-
Uses of ReplacementsHandler in org.apache.commons.text.diff
Constructors in org.apache.commons.text.diff with parameters of type ReplacementsHandler Constructor Description ReplacementsFinder(ReplacementsHandler<T> handler)
Simple constructor.