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