Class FixedSizeMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.fixed.FixedSizeMapFactoryImpl
- All Implemented Interfaces:
FixedSizeMapFactory
public class FixedSizeMapFactoryImpl extends Object implements FixedSizeMapFactory
-
Field Summary
Fields Modifier and Type Field Description static FixedSizeMapFactoryINSTANCE -
Constructor Summary
Constructors Constructor Description FixedSizeMapFactoryImpl() -
Method Summary
Modifier and Type Method Description <K, V> FixedSizeMap<K,V>empty()<K, V> FixedSizeMap<K,V>of()Same asFixedSizeMapFactory.empty().<K, V> FixedSizeMap<K,V>of(K key, V value)<K, V> FixedSizeMap<K,V>of(K key1, V value1, K key2, V value2)<K, V> FixedSizeMap<K,V>of(K key1, V value1, K key2, V value2, K key3, V value3)<K, V> FixedSizeMap<K,V>with()Same asFixedSizeMapFactory.empty().<K, V> FixedSizeMap<K,V>with(K key, V value)<K, V> FixedSizeMap<K,V>with(K key1, V value1, K key2, V value2)<K, V> FixedSizeMap<K,V>with(K key1, V value1, K key2, V value2, K key3, V value3)
-
Field Details
-
Constructor Details
-
FixedSizeMapFactoryImpl
public FixedSizeMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceFixedSizeMapFactory
-
of
Description copied from interface:FixedSizeMapFactorySame asFixedSizeMapFactory.empty().- Specified by:
ofin interfaceFixedSizeMapFactory
-
with
Description copied from interface:FixedSizeMapFactorySame asFixedSizeMapFactory.empty().- Specified by:
within interfaceFixedSizeMapFactory
-
of
Description copied from interface:FixedSizeMapFactory- Specified by:
ofin interfaceFixedSizeMapFactory
-
with
- Specified by:
within interfaceFixedSizeMapFactory
-
of
Description copied from interface:FixedSizeMapFactory- Specified by:
ofin interfaceFixedSizeMapFactory
-
with
- Specified by:
within interfaceFixedSizeMapFactory
-
of
Description copied from interface:FixedSizeMapFactory- Specified by:
ofin interfaceFixedSizeMapFactory
-
with
- Specified by:
within interfaceFixedSizeMapFactory
-