org.jvnet.hk2.internal
Class ServiceHandleComparator

java.lang.Object
  extended by org.jvnet.hk2.internal.ServiceHandleComparator
All Implemented Interfaces:
Comparator<ServiceHandle<?>>

public class ServiceHandleComparator
extends Object
implements Comparator<ServiceHandle<?>>

Author:
jwells

Constructor Summary
ServiceHandleComparator()
           
 
Method Summary
 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
 

Constructor Detail

ServiceHandleComparator

public ServiceHandleComparator()
Method Detail

compare

public int compare(ServiceHandle<?> o1,
                   ServiceHandle<?> o2)
Specified by:
compare in interface Comparator<ServiceHandle<?>>


Copyright © 2013 Oracle Corporation. All Rights Reserved.