public class MapBuilders extends Object
| Constructor and Description |
|---|
MapBuilders() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V,M extends Map<K,V>> |
map(IntFunction<M> mapFactory) |
public static <K,V,M extends Map<K,V>> MapBuilderFactory<K,V,M> map(IntFunction<M> mapFactory)
Copyright © 2016. All rights reserved.