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
TimestampAnalyzers- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor instantiating TimestampTokenComparator -
Method Summary
Modifier and TypeMethodDescriptionintcompare(TimestampAnalyzer timestampAnalyzer1, TimestampAnalyzer timestampAnalyzer2) 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
-
TimestampAnalyzerComparator
public TimestampAnalyzerComparator()Default constructor instantiating TimestampTokenComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<TimestampAnalyzer>
-