public interface ImmutableByteObjectMapFactory
ImmutableByteObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableByteObjectMap<V> |
empty() |
<T,V> ImmutableByteObjectMap<V> |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction)
Creates an
ImmutableByteObjectMap from an Iterable<T> by applying keyFunction and valueFunction. |
<V> ImmutableByteObjectMap<V> |
of()
Same as
empty(). |
<V> ImmutableByteObjectMap<V> |
of(byte key,
V value)
Same as
with(byte, Object). |
<V> ImmutableByteObjectMap<V> |
ofAll(ByteObjectMap<? extends V> map)
Same as
withAll(ByteObjectMap). |
<V> ImmutableByteObjectMap<V> |
with()
Same as
empty(). |
<V> ImmutableByteObjectMap<V> |
with(byte key,
V value) |
<V> ImmutableByteObjectMap<V> |
withAll(ByteObjectMap<? extends V> map) |
<V> ImmutableByteObjectMap<V> empty()
<V> ImmutableByteObjectMap<V> of()
empty().<V> ImmutableByteObjectMap<V> with()
empty().<V> ImmutableByteObjectMap<V> of(byte key, V value)
with(byte, Object).<V> ImmutableByteObjectMap<V> with(byte key, V value)
<V> ImmutableByteObjectMap<V> ofAll(ByteObjectMap<? extends V> map)
withAll(ByteObjectMap).<V> ImmutableByteObjectMap<V> withAll(ByteObjectMap<? extends V> map)
<T,V> ImmutableByteObjectMap<V> from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
ImmutableByteObjectMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2022. All rights reserved.