ImmutableDoubleByteMapFactoryImpl
public interface ImmutableDoubleByteMapFactory
ImmutableDoubleByteMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleByteMap |
empty() |
|
<T> ImmutableDoubleByteMap |
from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
ImmutableDoubleByteMap from an Iterable<T> by applying keyFunction and valueFunction . |
ImmutableDoubleByteMap |
of() |
Same as
empty() . |
ImmutableDoubleByteMap |
of(double key,
byte value) |
Same as
with(double, byte) . |
ImmutableDoubleByteMap |
ofAll(DoubleByteMap map) |
Same as
withAll(DoubleByteMap) . |
ImmutableDoubleByteMap |
with() |
Same as
empty() . |
ImmutableDoubleByteMap |
with(double key,
byte value) |
|
ImmutableDoubleByteMap |
withAll(DoubleByteMap map) |
ImmutableDoubleByteMap empty()
ImmutableDoubleByteMap of()
empty()
.ImmutableDoubleByteMap with()
empty()
.ImmutableDoubleByteMap of(double key, byte value)
with(double, byte)
.ImmutableDoubleByteMap with(double key, byte value)
ImmutableDoubleByteMap ofAll(DoubleByteMap map)
withAll(DoubleByteMap)
.ImmutableDoubleByteMap withAll(DoubleByteMap map)
<T> ImmutableDoubleByteMap from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
ImmutableDoubleByteMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.Copyright © 2004–2020. All rights reserved.