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