public class ImmutableShortLongMapFactoryImpl extends Object implements ImmutableShortLongMapFactory
ImmutableShortLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortLongMap |
empty() |
ImmutableShortLongMap |
of()
Same as
ImmutableShortLongMapFactory.empty(). |
ImmutableShortLongMap |
of(short key,
long value)
|
ImmutableShortLongMap |
ofAll(ShortLongMap map)
|
ImmutableShortLongMap |
with()
Same as
ImmutableShortLongMapFactory.empty(). |
ImmutableShortLongMap |
with(short key,
long value) |
ImmutableShortLongMap |
withAll(ShortLongMap map) |
public ImmutableShortLongMap empty()
empty in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap of()
ImmutableShortLongMapFactoryImmutableShortLongMapFactory.empty().of in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap with()
ImmutableShortLongMapFactoryImmutableShortLongMapFactory.empty().with in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap of(short key, long value)
ImmutableShortLongMapFactoryof in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap with(short key, long value)
with in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap ofAll(ShortLongMap map)
ImmutableShortLongMapFactoryofAll in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap withAll(ShortLongMap map)
withAll in interface ImmutableShortLongMapFactoryCopyright © 2004–2016. All rights reserved.