public class MutableObjectLongHashingStrategyMapFactoryImpl extends Object implements MutableObjectLongHashingStrategyMapFactory
MutableObjectLongMap.
This file was automatically generated from template file mutableObjectPrimitiveHashingStrategyMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableObjectLongHashingStrategyMapFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableObjectLongHashingStrategyMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectLongMap<K> |
empty(HashingStrategy<? super K> hashingStrategy) |
<K> MutableObjectLongMap<K> |
of(HashingStrategy<? super K> hashingStrategy) |
<K> MutableObjectLongMap<K> |
with(HashingStrategy<? super K> hashingStrategy) |
<K> MutableObjectLongMap<K> |
withInitialCapacity(HashingStrategy<? super K> hashingStrategy,
int initialCapacity) |
public static final MutableObjectLongHashingStrategyMapFactory INSTANCE
public MutableObjectLongHashingStrategyMapFactoryImpl()
public <K> MutableObjectLongMap<K> empty(HashingStrategy<? super K> hashingStrategy)
empty in interface MutableObjectLongHashingStrategyMapFactorypublic <K> MutableObjectLongMap<K> of(HashingStrategy<? super K> hashingStrategy)
of in interface MutableObjectLongHashingStrategyMapFactorypublic <K> MutableObjectLongMap<K> with(HashingStrategy<? super K> hashingStrategy)
with in interface MutableObjectLongHashingStrategyMapFactorypublic <K> MutableObjectLongMap<K> withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity)
withInitialCapacity in interface MutableObjectLongHashingStrategyMapFactoryCopyright © 2004–2022. All rights reserved.