public class ConcurrentCollectionFactory
extends java.lang.Object
TObjectHashingStrategy
Constructor and Description |
---|
ConcurrentCollectionFactory() |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.Set<T> |
createConcurrentSet(<any> hashStrategy) |
static <T> java.util.Set<T> |
createConcurrentSet(int initialCapacity,
float loadFactor,
int concurrencyLevel,
<any> hashStrategy) |
static <T,V> java.util.concurrent.ConcurrentMap<T,V> |
createMap(<any> hashStrategy) |
static <T,V> java.util.concurrent.ConcurrentMap<T,V> |
createMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
<any> hashStrategy) |
public static <T,V> java.util.concurrent.ConcurrentMap<T,V> createMap(<any> hashStrategy)
public static <T,V> java.util.concurrent.ConcurrentMap<T,V> createMap(int initialCapacity, float loadFactor, int concurrencyLevel, <any> hashStrategy)
public static <T> java.util.Set<T> createConcurrentSet(<any> hashStrategy)
public static <T> java.util.Set<T> createConcurrentSet(int initialCapacity, float loadFactor, int concurrencyLevel, <any> hashStrategy)