public class ImmutableCharIntMapFactoryImpl extends Object implements ImmutableCharIntMapFactory
ImmutableCharIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharIntMap |
empty() |
ImmutableCharIntMap |
of()
Same as
ImmutableCharIntMapFactory.empty(). |
ImmutableCharIntMap |
of(char key,
int value)
|
ImmutableCharIntMap |
ofAll(CharIntMap map)
|
ImmutableCharIntMap |
with()
Same as
ImmutableCharIntMapFactory.empty(). |
ImmutableCharIntMap |
with(char key,
int value) |
ImmutableCharIntMap |
withAll(CharIntMap map) |
public ImmutableCharIntMap empty()
empty in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap of()
ImmutableCharIntMapFactoryImmutableCharIntMapFactory.empty().of in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap with()
ImmutableCharIntMapFactoryImmutableCharIntMapFactory.empty().with in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap of(char key, int value)
ImmutableCharIntMapFactoryof in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap with(char key, int value)
with in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap ofAll(CharIntMap map)
ImmutableCharIntMapFactoryofAll in interface ImmutableCharIntMapFactorypublic ImmutableCharIntMap withAll(CharIntMap map)
withAll in interface ImmutableCharIntMapFactoryCopyright © 2004–2016. All rights reserved.