ImmutableCharCharMapFactory
public class ImmutableCharCharMapFactoryImpl extends Object implements ImmutableCharCharMapFactory
ImmutableCharCharMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor | Description |
---|---|
ImmutableCharCharMapFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharCharMap |
empty() |
|
ImmutableCharCharMap |
of() |
Same as
ImmutableCharCharMapFactory.empty() . |
ImmutableCharCharMap |
of(char key,
char value) |
|
ImmutableCharCharMap |
ofAll(CharCharMap map) |
|
ImmutableCharCharMap |
with() |
Same as
ImmutableCharCharMapFactory.empty() . |
ImmutableCharCharMap |
with(char key,
char value) |
|
ImmutableCharCharMap |
withAll(CharCharMap map) |
public ImmutableCharCharMap empty()
empty
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap of()
ImmutableCharCharMapFactory
ImmutableCharCharMapFactory.empty()
.of
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap with()
ImmutableCharCharMapFactory
ImmutableCharCharMapFactory.empty()
.with
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap of(char key, char value)
ImmutableCharCharMapFactory
of
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap with(char key, char value)
with
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap ofAll(CharCharMap map)
ImmutableCharCharMapFactory
ofAll
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap withAll(CharCharMap map)
withAll
in interface ImmutableCharCharMapFactory
Copyright © 2004–2017. All rights reserved.