Constructor and Description |
---|
DuplicatesPredicate()
Constructs a DuplicatesPredicate that will allow subclass bridge methods to be preferred over
superclass non-bridge methods.
|
DuplicatesPredicate(List allMethods)
Constructs a DuplicatesPredicate that prefers using superclass non-bridge methods despite a
subclass method with the same signtaure existing (if the subclass is a bridge method).
|
public DuplicatesPredicate()
public DuplicatesPredicate(List allMethods)
Copyright © 2023. All rights reserved.