public class ImmutableShortCharMapFactoryImpl extends Object implements ImmutableShortCharMapFactory
ImmutableShortCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortCharMap |
empty() |
ImmutableShortCharMap |
of()
Same as
ImmutableShortCharMapFactory.empty(). |
ImmutableShortCharMap |
of(short key,
char value)
|
ImmutableShortCharMap |
ofAll(ShortCharMap map)
|
ImmutableShortCharMap |
with()
Same as
ImmutableShortCharMapFactory.empty(). |
ImmutableShortCharMap |
with(short key,
char value) |
ImmutableShortCharMap |
withAll(ShortCharMap map) |
public ImmutableShortCharMap empty()
empty in interface ImmutableShortCharMapFactorypublic ImmutableShortCharMap of()
ImmutableShortCharMapFactoryImmutableShortCharMapFactory.empty().of in interface ImmutableShortCharMapFactorypublic ImmutableShortCharMap with()
ImmutableShortCharMapFactoryImmutableShortCharMapFactory.empty().with in interface ImmutableShortCharMapFactorypublic ImmutableShortCharMap of(short key, char value)
ImmutableShortCharMapFactoryof in interface ImmutableShortCharMapFactorypublic ImmutableShortCharMap with(short key, char value)
with in interface ImmutableShortCharMapFactorypublic ImmutableShortCharMap ofAll(ShortCharMap map)
ImmutableShortCharMapFactoryofAll in interface ImmutableShortCharMapFactorypublic ImmutableShortCharMap withAll(ShortCharMap map)
withAll in interface ImmutableShortCharMapFactoryCopyright © 2004–2016. All rights reserved.