Class TimestampValidatorComparator
java.lang.Object
eu.europa.esig.dss.validation.timestamp.TimestampValidatorComparator
- All Implemented Interfaces:
Serializable,Comparator<TimestampValidator>
public class TimestampValidatorComparator
extends Object
implements Comparator<TimestampValidator>, Serializable
Compares
TimestampValidators- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor instantiating TimestampTokenComparator -
Method Summary
Modifier and TypeMethodDescriptionintcompare(TimestampValidator tstValidator1, TimestampValidator tstValidator2) 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
-
TimestampValidatorComparator
public TimestampValidatorComparator()Default constructor instantiating TimestampTokenComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<TimestampValidator>
-