/* 431 */ if (forcePublic != null) {
/* 432 */ forcePublic.addAll(MethodWrapper.createSet(interfaceMethods));
/* */ }
/* 434 */ methods.addAll(interfaceMethods);
/* */ }
/* 436 */ CollectionUtils.filter(methods, new RejectModifierPredicate(8));
/* 437 */ CollectionUtils.filter(methods, new VisibilityPredicate(superclass, true));
/* 438 */ CollectionUtils.filter(methods, new DuplicatesPredicate());
/* 439 */ CollectionUtils.filter(methods, new RejectModifierPredicate(16));
/* */ }