MutableIntByteMapFactoryImpl
public interface MutableIntByteMapFactory
MutableIntByteMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
MutableIntByteMap |
empty() |
|
<T> MutableIntByteMap |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
MutableIntByteMap from an Iterable<T> by applying keyFunction and valueFunction . |
MutableIntByteMap |
of() |
Same as
empty() . |
MutableIntByteMap |
ofAll(IntByteMap map) |
Same as
withAll(IntByteMap) . |
MutableIntByteMap |
ofInitialCapacity(int capacity) |
Same as
empty() . |
MutableIntByteMap |
with() |
Same as
empty() . |
MutableIntByteMap |
withAll(IntByteMap map) |
|
MutableIntByteMap |
withInitialCapacity(int capacity) |
Same as
empty() . |
MutableIntByteMap empty()
MutableIntByteMap of()
empty()
.MutableIntByteMap with()
empty()
.MutableIntByteMap ofInitialCapacity(int capacity)
empty()
. but takes in an initial capacityMutableIntByteMap withInitialCapacity(int capacity)
empty()
. but takes in an initial capacityMutableIntByteMap ofAll(IntByteMap map)
withAll(IntByteMap)
.MutableIntByteMap withAll(IntByteMap map)
<T> MutableIntByteMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableIntByteMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.Copyright © 2004–2019. All rights reserved.