MutableObjectBooleanMapFactoryImpl
public interface MutableObjectBooleanMapFactory
MutableObjectBooleanMap
.
This file was automatically generated from template file mutableObjectPrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
<K> MutableObjectBooleanMap<K> |
empty() |
|
<T,K> MutableObjectBooleanMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
MutableObjectBooleanMap from an Iterable<T> by applying keyFunction and valueFunction . |
<K> MutableObjectBooleanMap<K> |
of() |
Same as
empty() . |
<K> MutableObjectBooleanMap<K> |
ofAll(ObjectBooleanMap<? extends K> map) |
Same as
withAll(ObjectBooleanMap) . |
<K> MutableObjectBooleanMap<K> |
ofInitialCapacity(int capacity) |
Same as
empty() . |
<K> MutableObjectBooleanMap<K> |
with() |
Same as
empty() . |
<K> MutableObjectBooleanMap<K> |
withAll(ObjectBooleanMap<? extends K> map) |
|
<K> MutableObjectBooleanMap<K> |
withInitialCapacity(int capacity) |
Same as
empty() . |
<K> MutableObjectBooleanMap<K> empty()
<K> MutableObjectBooleanMap<K> of()
empty()
.<K> MutableObjectBooleanMap<K> with()
empty()
.<K> MutableObjectBooleanMap<K> ofInitialCapacity(int capacity)
empty()
. but takes in an initial capacity<K> MutableObjectBooleanMap<K> withInitialCapacity(int capacity)
empty()
. but takes in an initial capacity<K> MutableObjectBooleanMap<K> ofAll(ObjectBooleanMap<? extends K> map)
withAll(ObjectBooleanMap)
.<K> MutableObjectBooleanMap<K> withAll(ObjectBooleanMap<? extends K> map)
<T,K> MutableObjectBooleanMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, BooleanFunction<? super T> valueFunction)
MutableObjectBooleanMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.Copyright © 2004–2019. All rights reserved.