Serializable
, Comparable<MutableHashingStrategyMapFactoryImpl>
, MutableHashingStrategyMapFactory
public enum MutableHashingStrategyMapFactoryImpl extends Enum<MutableHashingStrategyMapFactoryImpl> implements MutableHashingStrategyMapFactory
Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy) |
|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2) |
|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
|
<K,V> MutableMap<K,V> |
of(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
|
static MutableHashingStrategyMapFactoryImpl |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MutableHashingStrategyMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy) |
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy,
K key,
V value) |
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2) |
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
|
<K,V> MutableMap<K,V> |
with(HashingStrategy<? super K> hashingStrategy,
K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
public static final MutableHashingStrategyMapFactoryImpl INSTANCE
public static MutableHashingStrategyMapFactoryImpl[] values()
for (MutableHashingStrategyMapFactoryImpl c : MutableHashingStrategyMapFactoryImpl.values()) System.out.println(c);
public static MutableHashingStrategyMapFactoryImpl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy)
with
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key, V value)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key, V value)
with
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2)
with
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3)
with
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
MutableHashingStrategyMapFactory
of
in interface MutableHashingStrategyMapFactory
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
with
in interface MutableHashingStrategyMapFactory
Copyright © 2004–2019. All rights reserved.