protected abstract static class TieredMergePolicy.MergeScore
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
MergeScore()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract java.lang.String |
getExplanation()
Human readable explanation of how the merge got this
score.
|
(package private) abstract double |
getScore()
Returns the score for this merge candidate; lower
scores are better.
|