Package eu.europa.esig.dss.pdf
Class PdfRevisionComparator
java.lang.Object
eu.europa.esig.dss.pdf.PdfRevisionComparator
- All Implemented Interfaces:
Serializable,Comparator<PdfRevision>
public class PdfRevisionComparator extends Object implements Comparator<PdfRevision>, Serializable
This comparator is used to sort signatures by ByteRange
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PdfRevisionComparator() -
Method Summary
Modifier and Type Method Description intcompare(PdfRevision o1, PdfRevision o2)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
-
PdfRevisionComparator
public PdfRevisionComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<PdfRevision>
-