public class ImmutableShortIntMapFactoryImpl extends Object implements ImmutableShortIntMapFactory
ImmutableShortIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortIntMap |
empty() |
ImmutableShortIntMap |
of()
Same as
ImmutableShortIntMapFactory.empty(). |
ImmutableShortIntMap |
of(short key,
int value)
|
ImmutableShortIntMap |
ofAll(ShortIntMap map)
|
ImmutableShortIntMap |
with()
Same as
ImmutableShortIntMapFactory.empty(). |
ImmutableShortIntMap |
with(short key,
int value) |
ImmutableShortIntMap |
withAll(ShortIntMap map) |
public ImmutableShortIntMap empty()
empty in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap of()
ImmutableShortIntMapFactoryImmutableShortIntMapFactory.empty().of in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap with()
ImmutableShortIntMapFactoryImmutableShortIntMapFactory.empty().with in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap of(short key, int value)
ImmutableShortIntMapFactoryof in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap with(short key, int value)
with in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap ofAll(ShortIntMap map)
ImmutableShortIntMapFactoryofAll in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap withAll(ShortIntMap map)
withAll in interface ImmutableShortIntMapFactoryCopyright © 2004–2016. All rights reserved.