Class MutableByteObjectMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.MutableByteObjectMapFactoryImpl
- All Implemented Interfaces:
MutableByteObjectMapFactory
MutableByteObjectMapFactoryImpl is a factory implementation which creates instances of type
MutableByteObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> MutableByteObjectMap<V>empty()<T,V> MutableByteObjectMap<V> from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) <V> MutableByteObjectMap<V>of()<V> MutableByteObjectMap<V>of(byte key, V value) <V> MutableByteObjectMap<V>of(byte key1, V value1, byte key2, V value2) <V> MutableByteObjectMap<V>of(byte key1, V value1, byte key2, V value2, byte key3, V value3) <V> MutableByteObjectMap<V>of(byte key1, V value1, byte key2, V value2, byte key3, V value3, byte key4, V value4) <V> MutableByteObjectMap<V>ofAll(ByteObjectMap<? extends V> map) <V> MutableByteObjectMap<V>ofInitialCapacity(int capacity) <V> MutableByteObjectMap<V>with()<V> MutableByteObjectMap<V>with(byte key, V value) <V> MutableByteObjectMap<V>with(byte key1, V value1, byte key2, V value2) <V> MutableByteObjectMap<V>with(byte key1, V value1, byte key2, V value2, byte key3, V value3) <V> MutableByteObjectMap<V>with(byte key1, V value1, byte key2, V value2, byte key3, V value3, byte key4, V value4) <V> MutableByteObjectMap<V>withAll(ByteObjectMap<? extends V> map) <V> MutableByteObjectMap<V>withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteObjectMapFactoryImpl
public MutableByteObjectMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteObjectMapFactory
-
of
- Specified by:
ofin interfaceMutableByteObjectMapFactory
-
with
- Specified by:
within interfaceMutableByteObjectMapFactory
-
of
- Specified by:
ofin interfaceMutableByteObjectMapFactory
-
with
- Specified by:
within interfaceMutableByteObjectMapFactory
-
of
- Specified by:
ofin interfaceMutableByteObjectMapFactory
-
with
- Specified by:
within interfaceMutableByteObjectMapFactory
-
of
public <V> MutableByteObjectMap<V> of(byte key1, V value1, byte key2, V value2, byte key3, V value3) - Specified by:
ofin interfaceMutableByteObjectMapFactory
-
with
public <V> MutableByteObjectMap<V> with(byte key1, V value1, byte key2, V value2, byte key3, V value3) - Specified by:
within interfaceMutableByteObjectMapFactory
-
of
public <V> MutableByteObjectMap<V> of(byte key1, V value1, byte key2, V value2, byte key3, V value3, byte key4, V value4) - Specified by:
ofin interfaceMutableByteObjectMapFactory
-
with
public <V> MutableByteObjectMap<V> with(byte key1, V value1, byte key2, V value2, byte key3, V value3, byte key4, V value4) - Specified by:
within interfaceMutableByteObjectMapFactory
-
ofInitialCapacity
- Specified by:
ofInitialCapacityin interfaceMutableByteObjectMapFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableByteObjectMapFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableByteObjectMapFactory
-
withAll
- Specified by:
withAllin interfaceMutableByteObjectMapFactory
-
from
public <T,V> MutableByteObjectMap<V> from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) - Specified by:
fromin interfaceMutableByteObjectMapFactory
-