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