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