java.lang.Object
io.helidon.inject.api.DependencyInfoComparator
- All Implemented Interfaces:
Serializable,Comparator<DependencyInfo>
@Deprecated(forRemoval=true,
since="4.0.8")
public class DependencyInfoComparator
extends Object
implements Comparator<DependencyInfo>, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Comparator appropriate for
DependencyInfo.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintcompare(DependencyInfo o1, DependencyInfo o2) Deprecated, for removal: This API element is subject to removal in a future version.static Comparator<DependencyInfo> instance()Deprecated, for removal: This API element is subject to removal in a future version.Dependency info comparator.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
-
Method Details
-
instance
Deprecated, for removal: This API element is subject to removal in a future version.Dependency info comparator.- Returns:
- instance of the comparator
-
compare
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
comparein interfaceComparator<DependencyInfo>
-