Class MutableByteByteMapFactoryImpl
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.MutableByteByteMapFactoryImpl
-
- All Implemented Interfaces:
MutableByteByteMapFactory
public class MutableByteByteMapFactoryImpl extends Object implements MutableByteByteMapFactory
MutableByteByteMapFactoryImpl is a factory implementation which creates instances of typeMutableByteByteMap. This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 6.0.
-
-
Field Summary
Fields Modifier and Type Field Description static MutableByteByteMapFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description MutableByteByteMapFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableByteByteMapempty()<T> MutableByteByteMapfrom(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)MutableByteByteMapof()MutableByteByteMapof(byte key, byte value)MutableByteByteMapof(byte key1, byte value1, byte key2, byte value2)MutableByteByteMapof(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3)MutableByteByteMapof(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4)MutableByteByteMapofAll(ByteByteMap map)MutableByteByteMapofInitialCapacity(int capacity)MutableByteByteMapwith()MutableByteByteMapwith(byte key, byte value)MutableByteByteMapwith(byte key1, byte value1, byte key2, byte value2)MutableByteByteMapwith(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3)MutableByteByteMapwith(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4)MutableByteByteMapwithAll(ByteByteMap map)MutableByteByteMapwithInitialCapacity(int capacity)
-
-
-
Field Detail
-
INSTANCE
public static final MutableByteByteMapFactory INSTANCE
-
-
Method Detail
-
empty
public MutableByteByteMap empty()
- Specified by:
emptyin interfaceMutableByteByteMapFactory
-
of
public MutableByteByteMap of()
- Specified by:
ofin interfaceMutableByteByteMapFactory
-
with
public MutableByteByteMap with()
- Specified by:
within interfaceMutableByteByteMapFactory
-
with
public MutableByteByteMap with(byte key, byte value)
- Specified by:
within interfaceMutableByteByteMapFactory
-
of
public MutableByteByteMap of(byte key, byte value)
- Specified by:
ofin interfaceMutableByteByteMapFactory
-
of
public MutableByteByteMap of(byte key1, byte value1, byte key2, byte value2)
- Specified by:
ofin interfaceMutableByteByteMapFactory
-
with
public MutableByteByteMap with(byte key1, byte value1, byte key2, byte value2)
- Specified by:
within interfaceMutableByteByteMapFactory
-
of
public MutableByteByteMap of(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3)
- Specified by:
ofin interfaceMutableByteByteMapFactory
-
with
public MutableByteByteMap with(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3)
- Specified by:
within interfaceMutableByteByteMapFactory
-
of
public MutableByteByteMap of(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4)
- Specified by:
ofin interfaceMutableByteByteMapFactory
-
with
public MutableByteByteMap with(byte key1, byte value1, byte key2, byte value2, byte key3, byte value3, byte key4, byte value4)
- Specified by:
within interfaceMutableByteByteMapFactory
-
ofInitialCapacity
public MutableByteByteMap ofInitialCapacity(int capacity)
- Specified by:
ofInitialCapacityin interfaceMutableByteByteMapFactory
-
withInitialCapacity
public MutableByteByteMap withInitialCapacity(int capacity)
- Specified by:
withInitialCapacityin interfaceMutableByteByteMapFactory
-
ofAll
public MutableByteByteMap ofAll(ByteByteMap map)
- Specified by:
ofAllin interfaceMutableByteByteMapFactory
-
withAll
public MutableByteByteMap withAll(ByteByteMap map)
- Specified by:
withAllin interfaceMutableByteByteMapFactory
-
from
public <T> MutableByteByteMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
- Specified by:
fromin interfaceMutableByteByteMapFactory
-
-