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 int
compare(TimestampWrapper t1, TimestampWrapper t2)
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
-
TimestampByGenerationTimeComparator
public TimestampByGenerationTimeComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<TimestampWrapper>
-