public class ImmutableByteDoubleMapFactoryImpl extends Object implements ImmutableByteDoubleMapFactory
ImmutableByteDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteDoubleMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableByteDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteDoubleMap |
empty() |
<T> ImmutableByteDoubleMap |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
ImmutableByteDoubleMap |
of() |
ImmutableByteDoubleMap |
of(byte key,
double value) |
ImmutableByteDoubleMap |
ofAll(ByteDoubleMap map) |
ImmutableByteDoubleMap |
with() |
ImmutableByteDoubleMap |
with(byte key,
double value) |
ImmutableByteDoubleMap |
withAll(ByteDoubleMap map) |
public static final ImmutableByteDoubleMapFactory INSTANCE
public ImmutableByteDoubleMap empty()
empty in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap of()
of in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap with()
with in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap of(byte key, double value)
of in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap with(byte key, double value)
with in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap ofAll(ByteDoubleMap map)
ofAll in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap withAll(ByteDoubleMap map)
withAll in interface ImmutableByteDoubleMapFactorypublic <T> ImmutableByteDoubleMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface ImmutableByteDoubleMapFactoryCopyright © 2004–2022. All rights reserved.