Package io.quarkus.domino
Class ArtifactCoordsComparator
java.lang.Object
io.quarkus.domino.ArtifactCoordsComparator
- All Implemented Interfaces:
Comparator<io.quarkus.maven.dependency.ArtifactCoords>
public class ArtifactCoordsComparator
extends Object
implements Comparator<io.quarkus.maven.dependency.ArtifactCoords>
-
Method Summary
Modifier and TypeMethodDescriptionintcompare(io.quarkus.maven.dependency.ArtifactCoords o1, io.quarkus.maven.dependency.ArtifactCoords o2) static ArtifactCoordsComparatorMethods 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
-
Method Details
-
getInstance
-
compare
public int compare(io.quarkus.maven.dependency.ArtifactCoords o1, io.quarkus.maven.dependency.ArtifactCoords o2) - Specified by:
comparein interfaceComparator<io.quarkus.maven.dependency.ArtifactCoords>
-