ImmutableBiMapFactorypublic class ImmutableBiMapFactoryImpl extends Object implements ImmutableBiMapFactory
| Modifier and Type | Field | Description |
|---|---|---|
static org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap<?,?> |
EMPTY_INSTANCE |
Deprecated.
in 8.2.0 Will be removed in 9.0.0.
|
| Constructor | Description |
|---|---|
ImmutableBiMapFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
<K,V> ImmutableBiMap<K,V> |
empty() |
|
<K,V> ImmutableBiMap<K,V> |
of() |
Same as
ImmutableBiMapFactory.empty(). |
<K,V> ImmutableBiMap<K,V> |
of(K key,
V value) |
|
<K,V> ImmutableBiMap<K,V> |
of(K key1,
V value1,
K key2,
V value2) |
|
<K,V> ImmutableBiMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
|
<K,V> ImmutableBiMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
|
<K,V> ImmutableBiMap<K,V> |
ofAll(Map<K,V> map) |
Same as
ImmutableBiMapFactory.withAll(Map). |
<K,V> ImmutableBiMap<K,V> |
ofAll(MutableBiMap<K,V> biMap) |
|
<K,V> ImmutableBiMap<K,V> |
ofAll(ImmutableMap<K,V> immutableMap) |
|
<K,V> ImmutableBiMap<K,V> |
with() |
Same as
ImmutableBiMapFactory.empty(). |
<K,V> ImmutableBiMap<K,V> |
with(K key,
V value) |
|
<K,V> ImmutableBiMap<K,V> |
with(K key1,
V value1,
K key2,
V value2) |
|
<K,V> ImmutableBiMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
|
<K,V> ImmutableBiMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
|
<K,V> ImmutableBiMap<K,V> |
withAll(Map<K,V> map) |
|
<K,V> ImmutableBiMap<K,V> |
withAll(MutableBiMap<K,V> biMap) |
|
<K,V> ImmutableBiMap<K,V> |
withAll(ImmutableMap<K,V> immutableMap) |
@Deprecated public static final org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap<?,?> EMPTY_INSTANCE
public <K,V> ImmutableBiMap<K,V> empty()
empty in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> of()
ImmutableBiMapFactoryImmutableBiMapFactory.empty().of in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> with()
ImmutableBiMapFactoryImmutableBiMapFactory.empty().with in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> of(K key, V value)
ImmutableBiMapFactoryof in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> with(K key, V value)
with in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> of(K key1, V value1, K key2, V value2)
ImmutableBiMapFactoryof in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> with(K key1, V value1, K key2, V value2)
with in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3)
ImmutableBiMapFactoryof in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> with(K key1, V value1, K key2, V value2, K key3, V value3)
with in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
ImmutableBiMapFactoryof in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> with(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
with in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> ofAll(Map<K,V> map)
ImmutableBiMapFactoryImmutableBiMapFactory.withAll(Map).ofAll in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> withAll(Map<K,V> map)
withAll in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> ofAll(MutableBiMap<K,V> biMap)
ofAll in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> withAll(MutableBiMap<K,V> biMap)
withAll in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> ofAll(ImmutableMap<K,V> immutableMap)
ofAll in interface ImmutableBiMapFactorypublic <K,V> ImmutableBiMap<K,V> withAll(ImmutableMap<K,V> immutableMap)
withAll in interface ImmutableBiMapFactoryCopyright © 2004–2017. All rights reserved.