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