public class ImmutableIntBooleanMapFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap |
of(int key,
boolean value) |
org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap |
ofAll(org.eclipse.collections.api.map.primitive.IntBooleanMap map) |
org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap |
with(int key,
boolean value) |
org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap |
withAll(org.eclipse.collections.api.map.primitive.IntBooleanMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap of(int key,
boolean value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap with(int key,
boolean value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap ofAll(org.eclipse.collections.api.map.primitive.IntBooleanMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntBooleanMap withAll(org.eclipse.collections.api.map.primitive.IntBooleanMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntBooleanMapFactoryCopyright © 2004–2017. All rights reserved.