protected static class ProviderFactory.BindingPriorityComparator extends ProviderFactory.AbstractPriorityComparator implements Comparator<ProviderInfo<?>>
Constructor and Description |
---|
BindingPriorityComparator(Class<?> providerCls,
boolean ascending) |
Modifier and Type | Method and Description |
---|---|
int |
compare(ProviderInfo<?> p1,
ProviderInfo<?> p2) |
compare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public BindingPriorityComparator(Class<?> providerCls, boolean ascending)
public int compare(ProviderInfo<?> p1, ProviderInfo<?> p2)
compare
in interface Comparator<ProviderInfo<?>>
Apache CXF