Class ImmutableByteObjectMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectMapFactoryImpl
- All Implemented Interfaces:
ImmutableByteObjectMapFactory
public class ImmutableByteObjectMapFactoryImpl
extends Object
implements ImmutableByteObjectMapFactory
ImmutableByteObjectMapFactoryImpl is a factory implementation which creates instances of type
ImmutableByteObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> ImmutableByteObjectMap<V>empty()<T,V> ImmutableByteObjectMap<V> from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) <V> ImmutableByteObjectMap<V>of()<V> ImmutableByteObjectMap<V>of(byte key, V value) <V> ImmutableByteObjectMap<V>ofAll(ByteObjectMap<? extends V> map) <V> ImmutableByteObjectMap<V>with()<V> ImmutableByteObjectMap<V>with(byte key, V value) <V> ImmutableByteObjectMap<V>withAll(ByteObjectMap<? extends V> map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteObjectMapFactoryImpl
public ImmutableByteObjectMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableByteObjectMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteObjectMapFactory
-
with
- Specified by:
within interfaceImmutableByteObjectMapFactory
-
of
- Specified by:
ofin interfaceImmutableByteObjectMapFactory
-
with
- Specified by:
within interfaceImmutableByteObjectMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableByteObjectMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableByteObjectMapFactory
-
from
public <T,V> ImmutableByteObjectMap<V> from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) - Specified by:
fromin interfaceImmutableByteObjectMapFactory
-