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