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 ImmutableCharBooleanMapFactory
public ImmutableCharBooleanMap of()
ImmutableCharBooleanMapFactory
of
in interface ImmutableCharBooleanMapFactory
public ImmutableCharBooleanMap with()
ImmutableCharBooleanMapFactory
with
in interface ImmutableCharBooleanMapFactory
public ImmutableCharBooleanMap of(char key, boolean value)
ImmutableCharBooleanMapFactory
of
in interface ImmutableCharBooleanMapFactory
public ImmutableCharBooleanMap with(char key, boolean value)
with
in interface ImmutableCharBooleanMapFactory
public ImmutableCharBooleanMap ofAll(CharBooleanMap map)
ImmutableCharBooleanMapFactory
ofAll
in interface ImmutableCharBooleanMapFactory
public ImmutableCharBooleanMap withAll(CharBooleanMap map)
withAll
in interface ImmutableCharBooleanMapFactory
Copyright © 2004–2016. All rights reserved.