public class MutableObjectBooleanMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.MutableObjectBooleanMapFactory
MutableObjectBooleanMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableObjectBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> |
empty() |
<K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> |
of() |
<K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> |
ofAll(org.eclipse.collections.api.map.primitive.ObjectBooleanMap<? extends K> map) |
<K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> |
with() |
<K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> |
withAll(org.eclipse.collections.api.map.primitive.ObjectBooleanMap<? extends K> map) |
public <K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectBooleanMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> of()
of in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectBooleanMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> with()
with in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectBooleanMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> ofAll(org.eclipse.collections.api.map.primitive.ObjectBooleanMap<? extends K> map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectBooleanMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<K> withAll(org.eclipse.collections.api.map.primitive.ObjectBooleanMap<? extends K> map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectBooleanMapFactoryCopyright © 2004–2017. All rights reserved.