private static final class MultimapBuilder.LinkedHashSetSupplier<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 |
---|
LinkedHashSetSupplier(int expectedValuesPerKey) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<V> |
get()
Retrieves an instance of the appropriate type.
|