public interface MutableObjectBooleanMapFactory
MutableObjectBooleanMap
.
This file was automatically generated from template file mutableObjectPrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
<K> MutableObjectBooleanMap<K> |
empty() |
<K> MutableObjectBooleanMap<K> |
of()
Same as
empty() . |
<K> MutableObjectBooleanMap<K> |
ofAll(ObjectBooleanMap<? extends K> map)
Same as
withAll(ObjectBooleanMap) . |
<K> MutableObjectBooleanMap<K> |
with()
Same as
empty() . |
<K> MutableObjectBooleanMap<K> |
withAll(ObjectBooleanMap<? extends K> map) |
<K> MutableObjectBooleanMap<K> empty()
<K> MutableObjectBooleanMap<K> of()
empty()
.<K> MutableObjectBooleanMap<K> with()
empty()
.<K> MutableObjectBooleanMap<K> ofAll(ObjectBooleanMap<? extends K> map)
withAll(ObjectBooleanMap)
.<K> MutableObjectBooleanMap<K> withAll(ObjectBooleanMap<? extends K> map)
Copyright © 2004–2016. All rights reserved.