public class ImmutableIntCharMapFactoryImpl extends Object implements ImmutableIntCharMapFactory
ImmutableIntCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntCharMap |
empty() |
ImmutableIntCharMap |
of()
Same as
ImmutableIntCharMapFactory.empty(). |
ImmutableIntCharMap |
of(int key,
char value)
|
ImmutableIntCharMap |
ofAll(IntCharMap map)
|
ImmutableIntCharMap |
with()
Same as
ImmutableIntCharMapFactory.empty(). |
ImmutableIntCharMap |
with(int key,
char value) |
ImmutableIntCharMap |
withAll(IntCharMap map) |
public ImmutableIntCharMap empty()
empty in interface ImmutableIntCharMapFactorypublic ImmutableIntCharMap of()
ImmutableIntCharMapFactoryImmutableIntCharMapFactory.empty().of in interface ImmutableIntCharMapFactorypublic ImmutableIntCharMap with()
ImmutableIntCharMapFactoryImmutableIntCharMapFactory.empty().with in interface ImmutableIntCharMapFactorypublic ImmutableIntCharMap of(int key, char value)
ImmutableIntCharMapFactoryof in interface ImmutableIntCharMapFactorypublic ImmutableIntCharMap with(int key, char value)
with in interface ImmutableIntCharMapFactorypublic ImmutableIntCharMap ofAll(IntCharMap map)
ImmutableIntCharMapFactoryofAll in interface ImmutableIntCharMapFactorypublic ImmutableIntCharMap withAll(IntCharMap map)
withAll in interface ImmutableIntCharMapFactoryCopyright © 2004–2017. All rights reserved.