Searched defs:CollectionSupplier (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/test/java/util/Collection/testlibrary/
H A DCollectionSupplier.java47 public final class CollectionSupplier<C extends Collection<Integer>> implements Supplier<Iterable<CollectionSupplier.TestCase<C>>> { class in inherits:Supplier
123 public CollectionSupplier(List<Function<Collection<Integer>, C>> suppliers, int size) { method in class:CollectionSupplier

Completed in 43 milliseconds