public interface MutableByteObjectMapFactory
MutableByteObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
<V> MutableByteObjectMap<V> |
empty() |
<T,V> MutableByteObjectMap<V> |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction)
Creates an
MutableByteObjectMap from an Iterable<T> by applying keyFunction and valueFunction. |
<V> MutableByteObjectMap<V> |
of()
Same as
empty(). |
default <V> MutableByteObjectMap<V> |
of(byte key,
V value) |
default <V> MutableByteObjectMap<V> |
of(byte key1,
V value1,
byte key2,
V value2) |
default <V> MutableByteObjectMap<V> |
of(byte key1,
V value1,
byte key2,
V value2,
byte key3,
V value3) |
default <V> MutableByteObjectMap<V> |
of(byte key1,
V value1,
byte key2,
V value2,
byte key3,
V value3,
byte key4,
V value4) |
<V> MutableByteObjectMap<V> |
ofAll(ByteObjectMap<? extends V> map)
Same as
withAll(ByteObjectMap). |
<V> MutableByteObjectMap<V> |
ofInitialCapacity(int capacity)
Same as
empty(). |
<V> MutableByteObjectMap<V> |
with()
Same as
empty(). |
default <V> MutableByteObjectMap<V> |
with(byte key,
V value) |
default <V> MutableByteObjectMap<V> |
with(byte key1,
V value1,
byte key2,
V value2) |
default <V> MutableByteObjectMap<V> |
with(byte key1,
V value1,
byte key2,
V value2,
byte key3,
V value3) |
default <V> MutableByteObjectMap<V> |
with(byte key1,
V value1,
byte key2,
V value2,
byte key3,
V value3,
byte key4,
V value4) |
<V> MutableByteObjectMap<V> |
withAll(ByteObjectMap<? extends V> map) |
<V> MutableByteObjectMap<V> |
withInitialCapacity(int capacity)
Same as
empty(). |
<V> MutableByteObjectMap<V> empty()
<V> MutableByteObjectMap<V> of()
empty().<V> MutableByteObjectMap<V> with()
empty().default <V> MutableByteObjectMap<V> of(byte key, V value)
default <V> MutableByteObjectMap<V> with(byte key, V value)
default <V> MutableByteObjectMap<V> of(byte key1, V value1, byte key2, V value2)
default <V> MutableByteObjectMap<V> with(byte key1, V value1, byte key2, V value2)
default <V> MutableByteObjectMap<V> of(byte key1, V value1, byte key2, V value2, byte key3, V value3)
default <V> MutableByteObjectMap<V> with(byte key1, V value1, byte key2, V value2, byte key3, V value3)
default <V> MutableByteObjectMap<V> of(byte key1, V value1, byte key2, V value2, byte key3, V value3, byte key4, V value4)
default <V> MutableByteObjectMap<V> with(byte key1, V value1, byte key2, V value2, byte key3, V value3, byte key4, V value4)
<V> MutableByteObjectMap<V> ofInitialCapacity(int capacity)
empty(). but takes in an initial capacity<V> MutableByteObjectMap<V> withInitialCapacity(int capacity)
empty(). but takes in an initial capacity<V> MutableByteObjectMap<V> ofAll(ByteObjectMap<? extends V> map)
withAll(ByteObjectMap).<V> MutableByteObjectMap<V> withAll(ByteObjectMap<? extends V> map)
<T,V> MutableByteObjectMap<V> from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
MutableByteObjectMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2022. All rights reserved.