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