public class MutableBiMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.bimap.MutableBiMapFactory
| Constructor and Description |
|---|
MutableBiMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
empty() |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
of()
Same as
MutableBiMapFactory.empty(). |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
of(K key,
V value)
Same as
MutableBiMapFactory.with(Object, Object). |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
of(K key1,
V value1,
K key2,
V value2)
Same as
MutableBiMapFactory.with(Object, Object, Object, Object). |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
Same as
MutableBiMapFactory.with(Object, Object, Object, Object, Object, Object). |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
Same as
MutableBiMapFactory.with(Object, Object, Object, Object, Object, Object, Object, Object). |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
with()
Same as
MutableBiMapFactory.empty(). |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
with(K key,
V value) |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
with(K key1,
V value1,
K key2,
V value2) |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
<K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> |
with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
public <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> empty()
empty in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> of()
com.gs.collections.api.factory.bimap.MutableBiMapFactoryMutableBiMapFactory.empty().of in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> with()
com.gs.collections.api.factory.bimap.MutableBiMapFactoryMutableBiMapFactory.empty().with in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> of(K key,
V value)
com.gs.collections.api.factory.bimap.MutableBiMapFactoryMutableBiMapFactory.with(Object, Object).of in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> with(K key,
V value)
with in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> of(K key1,
V value1,
K key2,
V value2)
com.gs.collections.api.factory.bimap.MutableBiMapFactoryMutableBiMapFactory.with(Object, Object, Object, Object).of in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> with(K key1,
V value1,
K key2,
V value2)
with in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
com.gs.collections.api.factory.bimap.MutableBiMapFactoryMutableBiMapFactory.with(Object, Object, Object, Object, Object, Object).of in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
with in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
com.gs.collections.api.factory.bimap.MutableBiMapFactoryMutableBiMapFactory.with(Object, Object, Object, Object, Object, Object, Object, Object).of in interface com.gs.collections.api.factory.bimap.MutableBiMapFactorypublic <K,V> com.gs.collections.api.bimap.MutableBiMap<K,V> with(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
with in interface com.gs.collections.api.factory.bimap.MutableBiMapFactory