- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AbstractFilteredIterableTest (0.08 sec)
-
guava-tests/test/com/google/common/collect/FilteredCollectionsTestUtil.java
* NavigableSets inherit the tests for filtered Iterables, Collections, Sets, and SortedSets. The * actual implementation tests are further down. */ public abstract static class AbstractFilteredIterableTest<C extends Iterable<Integer>> extends TestCase { abstract C createUnfiltered(Iterable<Integer> contents); abstract C filter(C elements, Predicate<? super Integer> predicate);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 13.1K bytes - Viewed (0)