Class TimestampByGenerationTimeComparator
java.lang.Object
eu.europa.esig.dss.validation.process.vpfltvd.TimestampByGenerationTimeComparator
- All Implemented Interfaces:
Serializable,Comparator<TimestampWrapper>
public class TimestampByGenerationTimeComparator extends Object implements Comparator<TimestampWrapper>, Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TimestampByGenerationTimeComparator() -
Method Summary
Modifier and Type Method Description intcompare(TimestampWrapper t1, TimestampWrapper t2)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
-
TimestampByGenerationTimeComparator
public TimestampByGenerationTimeComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<TimestampWrapper>
-