public class ImmutableCharBooleanMapFactoryImpl extends Object implements ImmutableCharBooleanMapFactory
ImmutableCharBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBooleanMap |
empty() |
ImmutableCharBooleanMap |
of()
|
ImmutableCharBooleanMap |
of(char key,
boolean value)
|
ImmutableCharBooleanMap |
ofAll(CharBooleanMap map)
|
ImmutableCharBooleanMap |
with()
|
ImmutableCharBooleanMap |
with(char key,
boolean value) |
ImmutableCharBooleanMap |
withAll(CharBooleanMap map) |
public ImmutableCharBooleanMap empty()
empty in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap of()
ImmutableCharBooleanMapFactoryof in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap with()
ImmutableCharBooleanMapFactorywith in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap of(char key, boolean value)
ImmutableCharBooleanMapFactoryof in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap with(char key, boolean value)
with in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap ofAll(CharBooleanMap map)
ImmutableCharBooleanMapFactoryofAll in interface ImmutableCharBooleanMapFactorypublic ImmutableCharBooleanMap withAll(CharBooleanMap map)
withAll in interface ImmutableCharBooleanMapFactoryCopyright © 2004–2016. All rights reserved.