public class ImmutableIntBooleanMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactory
ImmutableIntBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableIntBooleanMap |
empty() |
com.gs.collections.api.map.primitive.ImmutableIntBooleanMap |
of()
Same as
ImmutableIntBooleanMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableIntBooleanMap |
of(int key,
boolean value)
Same as
ImmutableIntBooleanMapFactory.with(int, boolean). |
com.gs.collections.api.map.primitive.ImmutableIntBooleanMap |
ofAll(com.gs.collections.api.map.primitive.IntBooleanMap map)
Same as
ImmutableIntBooleanMapFactory.withAll(IntBooleanMap). |
com.gs.collections.api.map.primitive.ImmutableIntBooleanMap |
with()
Same as
ImmutableIntBooleanMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableIntBooleanMap |
with(int key,
boolean value) |
com.gs.collections.api.map.primitive.ImmutableIntBooleanMap |
withAll(com.gs.collections.api.map.primitive.IntBooleanMap map) |
public com.gs.collections.api.map.primitive.ImmutableIntBooleanMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntBooleanMap of()
com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactoryImmutableIntBooleanMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntBooleanMap with()
com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactoryImmutableIntBooleanMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntBooleanMap of(int key,
boolean value)
com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactoryImmutableIntBooleanMapFactory.with(int, boolean).of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntBooleanMap with(int key,
boolean value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntBooleanMap ofAll(com.gs.collections.api.map.primitive.IntBooleanMap map)
com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactoryImmutableIntBooleanMapFactory.withAll(IntBooleanMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntBooleanMap withAll(com.gs.collections.api.map.primitive.IntBooleanMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactory