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, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(TimestampWrapper t1, TimestampWrapper t2)
- Specified by:
comparein interfaceComparator<TimestampWrapper>
-
-