public class MutableBiMapFactoryImpl extends Object implements MutableBiMapFactory
| Constructor and Description |
|---|
MutableBiMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> MutableBiMap<K,V> |
empty() |
<K,V> MutableBiMap<K,V> |
of()
Same as
MutableBiMapFactory.empty(). |
<K,V> MutableBiMap<K,V> |
of(K key,
V value)
|
<K,V> MutableBiMap<K,V> |
of(K key1,
V value1,
K key2,
V value2)
|
<K,V> MutableBiMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
|
<K,V> MutableBiMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
|
<K,V> MutableBiMap<K,V> |
with()
Same as
MutableBiMapFactory.empty(). |
<K,V> MutableBiMap<K,V> |
with(K key,
V value) |
<K,V> MutableBiMap<K,V> |
with(K key1,
V value1,
K key2,
V value2) |
<K,V> MutableBiMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> MutableBiMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
public <K,V> MutableBiMap<K,V> empty()
empty in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> of()
MutableBiMapFactoryMutableBiMapFactory.empty().of in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> with()
MutableBiMapFactoryMutableBiMapFactory.empty().with in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> of(K key, V value)
MutableBiMapFactoryof in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> with(K key, V value)
with in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> of(K key1, V value1, K key2, V value2)
MutableBiMapFactoryof in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> with(K key1, V value1, K key2, V value2)
with in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3)
MutableBiMapFactoryof in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> with(K key1, V value1, K key2, V value2, K key3, V value3)
with in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
MutableBiMapFactoryof in interface MutableBiMapFactorypublic <K,V> MutableBiMap<K,V> with(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
with in interface MutableBiMapFactoryCopyright © 2004–2016. All rights reserved.