public class ImmutableBiMapFactoryImpl extends Object implements ImmutableBiMapFactory
Modifier and Type | Field and Description |
---|---|
static org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap<?,?> |
EMPTY_INSTANCE |
Constructor and Description |
---|
ImmutableBiMapFactoryImpl() |
Modifier and Type | Method and 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(ImmutableMap<K,V> immutableMap) |
<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> |
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(ImmutableMap<K,V> immutableMap) |
<K,V> ImmutableBiMap<K,V> |
withAll(Map<K,V> map) |
<K,V> ImmutableBiMap<K,V> |
withAll(MutableBiMap<K,V> biMap) |
public static final org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap<?,?> EMPTY_INSTANCE
public <K,V> ImmutableBiMap<K,V> empty()
empty
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> of()
ImmutableBiMapFactory
ImmutableBiMapFactory.empty()
.of
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> with()
ImmutableBiMapFactory
ImmutableBiMapFactory.empty()
.with
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> of(K key, V value)
ImmutableBiMapFactory
of
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> with(K key, V value)
with
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> of(K key1, V value1, K key2, V value2)
ImmutableBiMapFactory
of
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> with(K key1, V value1, K key2, V value2)
with
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3)
ImmutableBiMapFactory
of
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> with(K key1, V value1, K key2, V value2, K key3, V value3)
with
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
ImmutableBiMapFactory
of
in interface ImmutableBiMapFactory
public <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 ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> ofAll(Map<K,V> map)
ImmutableBiMapFactory
ImmutableBiMapFactory.withAll(Map)
.ofAll
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> withAll(Map<K,V> map)
withAll
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> ofAll(MutableBiMap<K,V> biMap)
ofAll
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> withAll(MutableBiMap<K,V> biMap)
withAll
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> ofAll(ImmutableMap<K,V> immutableMap)
ofAll
in interface ImmutableBiMapFactory
public <K,V> ImmutableBiMap<K,V> withAll(ImmutableMap<K,V> immutableMap)
withAll
in interface ImmutableBiMapFactory
Copyright © 2004–2016. All rights reserved.