Enum Class MutableHashingStrategyMapFactoryImpl
java.lang.Object
java.lang.Enum<MutableHashingStrategyMapFactoryImpl>
org.eclipse.collections.impl.map.strategy.mutable.MutableHashingStrategyMapFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<MutableHashingStrategyMapFactoryImpl>,Constable,MutableHashingStrategyMapFactory
public enum MutableHashingStrategyMapFactoryImpl
extends Enum<MutableHashingStrategyMapFactoryImpl>
implements MutableHashingStrategyMapFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescription<K,V, T> MutableMap<K, V> fromFunction(Function<? super K, ? extends T> function) <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) Returns the enum constant of this class with the specified name.static MutableHashingStrategyMapFactoryImpl[]values()Returns an array containing the constants of this enum class, 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) Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
of
- Specified by:
ofin interfaceMutableHashingStrategyMapFactory
-
with
- Specified by:
within interfaceMutableHashingStrategyMapFactory
-
fromFunction
- Specified by:
fromFunctionin interfaceMutableHashingStrategyMapFactory
-
of
- Specified by:
ofin interfaceMutableHashingStrategyMapFactory
-
with
- Specified by:
within interfaceMutableHashingStrategyMapFactory
-
of
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2) - Specified by:
ofin interfaceMutableHashingStrategyMapFactory
-
with
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2) - Specified by:
within interfaceMutableHashingStrategyMapFactory
-
of
public <K,V> MutableMap<K,V> of(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3) - Specified by:
ofin interfaceMutableHashingStrategyMapFactory
-
with
public <K,V> MutableMap<K,V> with(HashingStrategy<? super K> hashingStrategy, K key1, V value1, K key2, V value2, K key3, V value3) - Specified by:
within interfaceMutableHashingStrategyMapFactory
-
of
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) - Specified by:
ofin interfaceMutableHashingStrategyMapFactory
-
with
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) - Specified by:
within interfaceMutableHashingStrategyMapFactory
-