Class DuplicatesPredicate

    • Constructor Detail

      • DuplicatesPredicate

        public DuplicatesPredicate()
        Constructs a DuplicatesPredicate that will allow subclass bridge methods to be preferred over superclass non-bridge methods.
      • DuplicatesPredicate

        public 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).