-
ConcurrentReferenceHashMap.ReferenceType型のパラメータを持つorg.piax.utilのコンストラクタ
| コンストラクタ |
説明 |
ConcurrentReferenceHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
ConcurrentReferenceHashMap.ReferenceType keyType,
ConcurrentReferenceHashMap.ReferenceType valueType,
EnumSet<ConcurrentReferenceHashMap.Option> options) |
Creates a new, empty map with the specified initial capacity, reference types, load factor and
concurrency level.
|
ConcurrentReferenceHashMap(int initialCapacity,
ConcurrentReferenceHashMap.ReferenceType keyType,
ConcurrentReferenceHashMap.ReferenceType valueType) |
Creates a new, empty map with the specified initial capacity, reference types and with default load
factor (0.75) and concurrencyLevel (16).
|