Searched defs:coll (Results 1 – 3 of 3) sorted by relevance
220 public static <T> boolean any(Iterable<T> coll, Predicate<T> fn) { in any()232 public static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all()
4001 static <T> boolean any(Iterable<T> coll, Predicate<T> fn) { in any()4010 static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all()4018 static <T> String join(String delimiter, Collection<T> coll) { in join()4026 public static <T> T find(Iterable<T> coll, Predicate<T> fn) { in find()4035 static <T> List<T> findAll(Collection<T> coll, Predicate<T> fn) { in findAll()
531 final NetworkStatsCollection coll = new NetworkStatsCollection(HOUR_IN_MILLIS); in testRounding() local