Class ImmutableBiMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapFactoryImpl
- All Implemented Interfaces:
ImmutableBiMapFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,V> ImmutableBiMap<K, V> empty()<K,V> ImmutableBiMap<K, V> of()<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> <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()<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> <K,V> ImmutableBiMap<K, V> withAll(MutableBiMap<K, V> biMap) <K,V> ImmutableBiMap<K, V> withAll(ImmutableMap<K, V> immutableMap)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableBiMapFactoryImpl
public ImmutableBiMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableBiMapFactory
-
of
- Specified by:
ofin interfaceImmutableBiMapFactory
-
with
- Specified by:
within interfaceImmutableBiMapFactory
-
of
- Specified by:
ofin interfaceImmutableBiMapFactory
-
with
- Specified by:
within interfaceImmutableBiMapFactory
-
of
- Specified by:
ofin interfaceImmutableBiMapFactory
-
with
- Specified by:
within interfaceImmutableBiMapFactory
-
of
- Specified by:
ofin interfaceImmutableBiMapFactory
-
with
- Specified by:
within interfaceImmutableBiMapFactory
-
of
public <K,V> ImmutableBiMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) - Specified by:
ofin interfaceImmutableBiMapFactory
-
with
public <K,V> ImmutableBiMap<K,V> with(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) - Specified by:
within interfaceImmutableBiMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableBiMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBiMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableBiMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBiMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableBiMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBiMapFactory
-