Home | History | Annotate | Download | only in collect

Lines Matching refs:Supplier

26 import com.google.common.base.Supplier;
93 * @param factory supplier of new, empty collections that will each hold all
98 final Supplier<? extends Collection<V>> factory) {
103 transient Supplier<? extends Collection<V>> factory;
106 Supplier<? extends Collection<V>> factory) {
129 factory = (Supplier<? extends Collection<V>>) stream.readObject();
170 * @param factory supplier of new, empty lists that will each hold all values
175 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) {
181 transient Supplier<? extends List<V>> factory;
184 Supplier<? extends List<V>> factory) {
204 factory = (Supplier<? extends List<V>>) stream.readObject();
245 * @param factory supplier of new, empty sets that will each hold all values
250 Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) {
256 transient Supplier<? extends Set<V>> factory;
259 Supplier<? extends Set<V>> factory) {
279 factory = (Supplier<? extends Set<V>>) stream.readObject();
319 * @param factory supplier of new, empty sorted sets that will each hold
325 final Supplier<? extends SortedSet<V>> factory) {
331 transient Supplier<? extends SortedSet<V>> factory;
335 Supplier<? extends SortedSet<V>> factory) {
360 factory = (Supplier<? extends SortedSet<V>>) stream.readObject();