Duplications Manager

570274b96eaa5a0c65add79f

@return true if every element of the collection matches the predicate or if thecollection is empty, false otherwise

"public static boolean matchesAll( iterator, predicate)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/IteratorUtils.java

"public static boolean matchesAll( iterable, predicate)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/IterableUtils.java

"public static boolean matchesAll( input, predicate)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/CollectionUtils.java