Package org.spdx.tools.compare
Class MultiDocumentSpreadsheet.SpdxFileComparator
java.lang.Object
org.spdx.tools.compare.MultiDocumentSpreadsheet.SpdxFileComparator
- All Implemented Interfaces:
Comparator<org.spdx.library.model.SpdxFile>
- Enclosing class:
- MultiDocumentSpreadsheet
protected static final class MultiDocumentSpreadsheet.SpdxFileComparator extends Object implements Comparator<org.spdx.library.model.SpdxFile>
-
Constructor Summary
Constructors Modifier Constructor Description protectedSpdxFileComparator() -
Method Summary
Modifier and Type Method Description intcompare(org.spdx.library.model.SpdxFile arg0, org.spdx.library.model.SpdxFile arg1)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
-
SpdxFileComparator
protected SpdxFileComparator()
-
-
Method Details
-
compare
public int compare(org.spdx.library.model.SpdxFile arg0, org.spdx.library.model.SpdxFile arg1)- Specified by:
comparein interfaceComparator<org.spdx.library.model.SpdxFile>
-