private static final class MultimapBuilder.EnumSetSupplier<V extends java.lang.Enum<V>> extends java.lang.Object implements Supplier<java.util.Set<V>>, java.io.Serializable
Constructor and Description |
---|
EnumSetSupplier(java.lang.Class<V> clazz) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<V> |
get()
Retrieves an instance of the appropriate type.
|
EnumSetSupplier(java.lang.Class<V> clazz)