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 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
-
TimestampComparator
public TimestampComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<TimestampWrapper>
-