public class MutableIntBooleanMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableIntBooleanMapFactory
MutableIntBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableIntBooleanMap |
empty() |
com.gs.collections.api.map.primitive.MutableIntBooleanMap |
of()
Same as
MutableIntBooleanMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntBooleanMap |
ofAll(com.gs.collections.api.map.primitive.IntBooleanMap map)
Same as
MutableIntBooleanMapFactory.withAll(IntBooleanMap). |
com.gs.collections.api.map.primitive.MutableIntBooleanMap |
with()
Same as
MutableIntBooleanMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntBooleanMap |
withAll(com.gs.collections.api.map.primitive.IntBooleanMap map) |
public com.gs.collections.api.map.primitive.MutableIntBooleanMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.MutableIntBooleanMap of()
com.gs.collections.api.factory.map.primitive.MutableIntBooleanMapFactoryMutableIntBooleanMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.MutableIntBooleanMap with()
com.gs.collections.api.factory.map.primitive.MutableIntBooleanMapFactoryMutableIntBooleanMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.MutableIntBooleanMap ofAll(com.gs.collections.api.map.primitive.IntBooleanMap map)
com.gs.collections.api.factory.map.primitive.MutableIntBooleanMapFactoryMutableIntBooleanMapFactory.withAll(IntBooleanMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.MutableIntBooleanMap withAll(com.gs.collections.api.map.primitive.IntBooleanMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableIntBooleanMapFactory