public static class ProviderFactory.ProviderInfoClassComparator extends Object implements Comparator<ProviderInfo<?>>
Constructor and Description |
---|
ProviderFactory.ProviderInfoClassComparator(Class<?> expectedCls) |
ProviderFactory.ProviderInfoClassComparator(Comparator<Object> comp) |
Modifier and Type | Method and Description |
---|---|
int |
compare(ProviderInfo<?> p1,
ProviderInfo<?> p2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public ProviderFactory.ProviderInfoClassComparator(Class<?> expectedCls)
public ProviderFactory.ProviderInfoClassComparator(Comparator<Object> comp)
public int compare(ProviderInfo<?> p1, ProviderInfo<?> p2)
compare
in interface Comparator<ProviderInfo<?>>
Apache CXF