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