private static final class MultimapBuilder.HashSetSupplier<V> extends java.lang.Object implements Supplier<java.util.Set<V>>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
expectedValuesPerKey |
| Constructor and Description |
|---|
HashSetSupplier(int expectedValuesPerKey) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<V> |
get()
Retrieves an instance of the appropriate type.
|
public java.util.Set<V> get()
Supplierget in interface java.util.function.Supplier<java.util.Set<V>>