Package eu.europa.esig.dss.model.x509
Class TokenComparator
java.lang.Object
eu.europa.esig.dss.model.x509.TokenComparator
- All Implemented Interfaces:
Serializable
,Comparator<Token>
This class is used to compare and sort tokens by their DSS identifier
- See Also:
-
Constructor Summary
-
Method Summary
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
-
TokenComparator
public TokenComparator()Default constructor
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Token>
-