Class TimestampAnalyzerComparator
java.lang.Object
eu.europa.esig.dss.spi.validation.analyzer.timestamp.TimestampAnalyzerComparator
- All Implemented Interfaces:
Serializable
,Comparator<TimestampAnalyzer>
public class TimestampAnalyzerComparator
extends Object
implements Comparator<TimestampAnalyzer>, Serializable
Compares
TimestampAnalyzer
s- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor instantiating TimestampTokenComparator -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(TimestampAnalyzer timestampAnalyzer1, TimestampAnalyzer timestampAnalyzer2) 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
-
TimestampAnalyzerComparator
public TimestampAnalyzerComparator()Default constructor instantiating TimestampTokenComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<TimestampAnalyzer>
-