public class HashMapUtility extends Object
| Constructor and Description |
|---|
HashMapUtility() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V extends MappedTypePair<Object,Object>> |
getConcurrentLinkedHashMap(int capacity)
Generates a new instance of ConcurrentLinkedHashMap with the specified max weighted capacity
|
public static <K,V extends MappedTypePair<Object,Object>> com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap<K,V> getConcurrentLinkedHashMap(int capacity)
keyClass - valClass - capacity - Copyright © 2017 Glasnost. All Rights Reserved.