public abstract class ReferenceDiffCache<C,D> extends Object
| Constructor and Description |
|---|
ReferenceDiffCache() |
| Modifier and Type | Method and Description |
|---|---|
Optional<D> |
cachedDiff(HashSet<String> refSet,
C left,
C right,
String leftRef,
String rightRef,
com.github.elibracha.model.DiffContext context) |
protected abstract Optional<D> |
computeDiff(HashSet<String> refSet,
C left,
C right,
com.github.elibracha.model.DiffContext context) |
protected String |
getRefKey(String leftRef,
String rightRef) |
Copyright © 2020. All rights reserved.