Uses of Record Class
org.variantsync.diffdetective.experiments.views.result.ViewEvaluation.DiffStatistics
Packages that use ViewEvaluation.DiffStatistics
-
Uses of ViewEvaluation.DiffStatistics in org.variantsync.diffdetective.experiments.views.result
Fields in org.variantsync.diffdetective.experiments.views.result declared as ViewEvaluation.DiffStatisticsModifier and TypeFieldDescriptionprivate final ViewEvaluation.DiffStatisticsViewEvaluation.diffStatisticsThe field for thediffStatisticsrecord component.private final ViewEvaluation.DiffStatisticsViewEvaluation.viewStatisticsThe field for theviewStatisticsrecord component.Methods in org.variantsync.diffdetective.experiments.views.result that return ViewEvaluation.DiffStatisticsModifier and TypeMethodDescriptionViewEvaluation.diffStatistics()Returns the value of thediffStatisticsrecord component.ViewEvaluation.DiffStatistics.of(VariationDiff<?> d) Gathers statistics of a given variation diff.ViewEvaluation.viewStatistics()Returns the value of theviewStatisticsrecord component.Constructors in org.variantsync.diffdetective.experiments.views.result with parameters of type ViewEvaluation.DiffStatisticsModifierConstructorDescriptionViewEvaluation(String commit, String file, Relevance relevance, long msNaive, long msOptimized, ViewEvaluation.DiffStatistics diffStatistics, ViewEvaluation.DiffStatistics viewStatistics) Creates an instance of aViewEvaluationrecord class.