public class ImmutableCharShortMapFactoryImpl extends Object implements ImmutableCharShortMapFactory
ImmutableCharShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharShortMap |
of()
Same as
ImmutableCharShortMapFactory.with(). |
ImmutableCharShortMap |
of(char key,
short value)
|
ImmutableCharShortMap |
ofAll(CharShortMap map)
|
ImmutableCharShortMap |
with() |
ImmutableCharShortMap |
with(char key,
short value) |
ImmutableCharShortMap |
withAll(CharShortMap map) |
public ImmutableCharShortMap of()
ImmutableCharShortMapFactoryImmutableCharShortMapFactory.with().of in interface ImmutableCharShortMapFactorypublic ImmutableCharShortMap with()
with in interface ImmutableCharShortMapFactorypublic ImmutableCharShortMap of(char key, short value)
ImmutableCharShortMapFactoryof in interface ImmutableCharShortMapFactorypublic ImmutableCharShortMap with(char key, short value)
with in interface ImmutableCharShortMapFactorypublic ImmutableCharShortMap ofAll(CharShortMap map)
ImmutableCharShortMapFactoryofAll in interface ImmutableCharShortMapFactorypublic ImmutableCharShortMap withAll(CharShortMap map)
withAll in interface ImmutableCharShortMapFactoryCopyright © 2004–2017. All rights reserved.