Uses of Record Class
org.variantsync.diffdetective.experiments.views.result.ViewEvaluation.DiffStatistics
-
Uses of ViewEvaluation.DiffStatistics in org.variantsync.diffdetective.experiments.views.result
Modifier and TypeFieldDescriptionprivate final ViewEvaluation.DiffStatistics
ViewEvaluation.diffStatistics
The field for thediffStatistics
record component.private final ViewEvaluation.DiffStatistics
ViewEvaluation.viewStatistics
The field for theviewStatistics
record component.Modifier and TypeMethodDescriptionViewEvaluation.diffStatistics()
Returns the value of thediffStatistics
record component.ViewEvaluation.DiffStatistics.of
(VariationDiff<?> d) Gathers statistics of a given variation diff.ViewEvaluation.viewStatistics()
Returns the value of theviewStatistics
record component.ModifierConstructorDescriptionViewEvaluation
(String commit, String file, Relevance relevance, long msNaive, long msOptimized, ViewEvaluation.DiffStatistics diffStatistics, ViewEvaluation.DiffStatistics viewStatistics) Creates an instance of aViewEvaluation
record class.