public class ImmutableIntBooleanMapFactoryImpl extends Object implements ImmutableIntBooleanMapFactory
ImmutableIntBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntBooleanMap |
of()
Same as
ImmutableIntBooleanMapFactory.with(). |
ImmutableIntBooleanMap |
of(int key,
boolean value)
|
ImmutableIntBooleanMap |
ofAll(IntBooleanMap map)
|
ImmutableIntBooleanMap |
with() |
ImmutableIntBooleanMap |
with(int key,
boolean value) |
ImmutableIntBooleanMap |
withAll(IntBooleanMap map) |
public ImmutableIntBooleanMap of()
ImmutableIntBooleanMapFactoryImmutableIntBooleanMapFactory.with().of in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap with()
with in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap of(int key, boolean value)
ImmutableIntBooleanMapFactoryof in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap with(int key, boolean value)
with in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap ofAll(IntBooleanMap map)
ImmutableIntBooleanMapFactoryofAll in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap withAll(IntBooleanMap map)
withAll in interface ImmutableIntBooleanMapFactoryCopyright © 2004–2017. All rights reserved.