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