Class TestingHistoryHelper.HistoryTestComparator
java.lang.Object
org.deltava.beans.testing.TestingHistoryHelper.HistoryTestComparator
- All Implemented Interfaces:
Comparator<Test>
- Enclosing class:
TestingHistoryHelper
Utility class to compare Examinations by checking the ID, then the scoring date if the ID is zero and they are unsaved waivers.
- Since:
- 1.0
- Version:
- 11.1
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
HistoryTestComparator
HistoryTestComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Test>
-