Class MutableBiMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bimap.mutable.MutableBiMapFactoryImpl
- All Implemented Interfaces:
MutableBiMapFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,V> MutableBiMap<K, V> empty()<K,V> MutableBiMap<K, V> of()<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()<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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableBiMapFactoryImpl
public MutableBiMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableBiMapFactory
-
of
- Specified by:
ofin interfaceMutableBiMapFactory
-
with
- Specified by:
within interfaceMutableBiMapFactory
-
of
- Specified by:
ofin interfaceMutableBiMapFactory
-
with
- Specified by:
within interfaceMutableBiMapFactory
-
of
- Specified by:
ofin interfaceMutableBiMapFactory
-
with
- Specified by:
within interfaceMutableBiMapFactory
-
of
- Specified by:
ofin interfaceMutableBiMapFactory
-
with
- Specified by:
within interfaceMutableBiMapFactory
-
of
public <K,V> MutableBiMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) - Specified by:
ofin interfaceMutableBiMapFactory
-
with
public <K,V> MutableBiMap<K,V> with(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) - Specified by:
within interfaceMutableBiMapFactory
-