Add missing since tag.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-11-05 12:25:43 +00:00
parent 0e3033df28
commit 99f82c97b4
1 changed files with 1 additions and 0 deletions

View File

@ -867,6 +867,7 @@ public class CollectionUtils {
* @param predicate the predicate to use, may be null * @param predicate the predicate to use, may be null
* @return true if every element of the collection matches the predicate or if the * @return true if every element of the collection matches the predicate or if the
* collection is empty, false otherwise * collection is empty, false otherwise
* @since 4.0
*/ */
public static <C> boolean matchesAll(final Iterable<C> input, final Predicate<? super C> predicate) { public static <C> boolean matchesAll(final Iterable<C> input, final Predicate<? super C> predicate) {
if (predicate == null) { if (predicate == null) {