public static class ImmutableSetDtoMap.Builder<V> extends Object
| Constructor and Description |
|---|
Builder(Function<String,String> keyFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSetDtoMap<V> |
build() |
ImmutableSetDtoMap.Builder |
put(Class type,
Set<V> value) |
ImmutableSetDtoMap.Builder |
put(Class type,
V value) |
public ImmutableSetDtoMap.Builder put(Class type, V value)
public ImmutableSetDtoMap.Builder put(Class type, Set<V> value)
public ImmutableSetDtoMap<V> build()
Copyright © 2008–2017 IRD. All rights reserved.