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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, max, min, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
HistoryTestComparator
HistoryTestComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Test>
-