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 |
empty() |
ImmutableIntBooleanMap |
of()
|
ImmutableIntBooleanMap |
of(int key,
boolean value)
|
ImmutableIntBooleanMap |
ofAll(IntBooleanMap map)
|
ImmutableIntBooleanMap |
with()
|
ImmutableIntBooleanMap |
with(int key,
boolean value) |
ImmutableIntBooleanMap |
withAll(IntBooleanMap map) |
public ImmutableIntBooleanMap empty()
empty in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap of()
ImmutableIntBooleanMapFactoryof in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap with()
ImmutableIntBooleanMapFactorywith 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–2016. All rights reserved.