@Immutable public final class MutableMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.MutableMapFactory
| Constructor and Description |
|---|
MutableMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
empty() |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of() |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of(K key,
V value) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of(K key1,
V value1,
K key2,
V value2) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
ofInitialCapacity(int capacity) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with() |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with(K key,
V value) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with(K key1,
V value1,
K key2,
V value2) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
<K,V> org.eclipse.collections.api.map.MutableMap<K,V> |
withInitialCapacity(int capacity) |
public <K,V> org.eclipse.collections.api.map.MutableMap<K,V> empty()
empty in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> of()
of in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with()
with in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> ofInitialCapacity(int capacity)
ofInitialCapacity in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> withInitialCapacity(int capacity)
withInitialCapacity in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> of(K key,
V value)
of in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with(K key,
V value)
with in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> of(K key1,
V value1,
K key2,
V value2)
of in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with(K key1,
V value1,
K key2,
V value2)
with in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
of in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
with in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
of in interface org.eclipse.collections.api.factory.map.MutableMapFactorypublic <K,V> org.eclipse.collections.api.map.MutableMap<K,V> with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
with in interface org.eclipse.collections.api.factory.map.MutableMapFactoryCopyright © 2004–2017. All rights reserved.