public class ServiceReferenceComparator extends Object implements Comparator, Serializable
If this ServiceReference and the specified ServiceReference have the same service id they are equal. This ServiceReference is less than the specified ServiceReference if it has a lower service ranking and greater if it has a higher service ranking. Otherwise, if this ServiceReference and the specified ServiceReference have the same service ranking, this ServiceReference is less than the specified ServiceReference if it has a higher service id and greater if it has a lower service id.
Comparator
,
Serialized FormConstructor and Description |
---|
ServiceReferenceComparator() |
Copyright © 2006-2013. All Rights Reserved.