Package org.jvnet.hk2.internal
Class ServiceHandleComparator
- java.lang.Object
-
- org.jvnet.hk2.internal.ServiceHandleComparator
-
- All Implemented Interfaces:
Serializable
,Comparator<ServiceHandle<?>>
public class ServiceHandleComparator extends Object implements Comparator<ServiceHandle<?>>, Serializable
- Author:
- jwells
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceHandleComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ServiceHandle<?> o1, ServiceHandle<?> o2)
-
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
-
-
-
-
Method Detail
-
compare
public int compare(ServiceHandle<?> o1, ServiceHandle<?> o2)
- Specified by:
compare
in interfaceComparator<ServiceHandle<?>>
-
-