Class TestingHistoryHelper.RideExpireComparator
java.lang.Object
org.deltava.beans.testing.TestingHistoryHelper.RideExpireComparator
- All Implemented Interfaces:
Comparator<CheckRide>
- Enclosing class:
TestingHistoryHelper
static class TestingHistoryHelper.RideExpireComparator
extends Object
implements Comparator<CheckRide>
Utility class to sort check rides by expiration date.
- 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, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
RideExpireComparator
RideExpireComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<CheckRide>
-