Package com.google.common.collect
Class MultimapBuilder.LinkedHashSetSupplier<V>
- java.lang.Object
-
- com.google.common.collect.MultimapBuilder.LinkedHashSetSupplier<V>
-
- All Implemented Interfaces:
Supplier<java.util.Set<V>>,java.io.Serializable,java.util.function.Supplier<java.util.Set<V>>
- Enclosing class:
- MultimapBuilder<K0,V0>
private static final class MultimapBuilder.LinkedHashSetSupplier<V> extends java.lang.Object implements Supplier<java.util.Set<V>>, java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private intexpectedValuesPerKey
-
Constructor Summary
Constructors Constructor Description LinkedHashSetSupplier(int expectedValuesPerKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<V>get()Retrieves an instance of the appropriate type.
-