false
is returned. The ordering will be used by the getServiceProviders
methods when their useOrdering
argument is true
.
@param category a Class
object indicating thecategory under which the preference is to be disestablished.
@param firstProvider the formerly preferred provider.
@param secondProvider the provider to whichfirstProvider
was formerly preferred.
@param < T> the type of the category.
@return true
if a previously set ordering wasdisestablished.
@exception IllegalArgumentException if either provider isnull
or they are the same object.
@exception IllegalArgumentException if there is no categorycorresponding to category
.
|
|
|
|