Uses of Record Class
edu.pdx.cs.joy.grader.canvas.CompareCanvasAndWebsiteSchedules.ComparisonRow
Packages that use CompareCanvasAndWebsiteSchedules.ComparisonRow
-
Uses of CompareCanvasAndWebsiteSchedules.ComparisonRow in edu.pdx.cs.joy.grader.canvas
Methods in edu.pdx.cs.joy.grader.canvas that return types with arguments of type CompareCanvasAndWebsiteSchedules.ComparisonRowModifier and TypeMethodDescriptionCompareCanvasAndWebsiteSchedules.ComparisonReport.differingDueDates()Returns the value of thedifferingDueDatesrecord component.CompareCanvasAndWebsiteSchedules.ComparisonReport.matchingDueDates()Returns the value of thematchingDueDatesrecord component.CompareCanvasAndWebsiteSchedules.ComparisonReport.undeterminedDueDates()Returns the value of theundeterminedDueDatesrecord component.Constructor parameters in edu.pdx.cs.joy.grader.canvas with type arguments of type CompareCanvasAndWebsiteSchedules.ComparisonRowModifierConstructorDescription(package private)ComparisonReport(List<CompareCanvasAndWebsiteSchedules.ComparisonRow> differingDueDates, List<CompareCanvasAndWebsiteSchedules.ComparisonRow> undeterminedDueDates, List<CompareCanvasAndWebsiteSchedules.ComparisonRow> matchingDueDates) Creates an instance of aComparisonReportrecord class.