public class HashMapFactory extends Object
LinkedHashMap
Constructor and Description |
---|
HashMapFactory() |
Modifier and Type | Method and Description |
---|---|
static <K,V> HashMap<K,V> |
make() |
static <K,V> HashMap<K,V> |
make(int size) |
static <K,V> HashMap<K,V> |
make(Map<K,V> t) |