public class ImmutableLongIntMapFactoryImpl extends Object implements ImmutableLongIntMapFactory
ImmutableLongIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongIntMap |
empty() |
ImmutableLongIntMap |
of()
Same as
ImmutableLongIntMapFactory.empty(). |
ImmutableLongIntMap |
of(long key,
int value)
|
ImmutableLongIntMap |
ofAll(LongIntMap map)
|
ImmutableLongIntMap |
with()
Same as
ImmutableLongIntMapFactory.empty(). |
ImmutableLongIntMap |
with(long key,
int value) |
ImmutableLongIntMap |
withAll(LongIntMap map) |
public ImmutableLongIntMap empty()
empty in interface ImmutableLongIntMapFactorypublic ImmutableLongIntMap of()
ImmutableLongIntMapFactoryImmutableLongIntMapFactory.empty().of in interface ImmutableLongIntMapFactorypublic ImmutableLongIntMap with()
ImmutableLongIntMapFactoryImmutableLongIntMapFactory.empty().with in interface ImmutableLongIntMapFactorypublic ImmutableLongIntMap of(long key, int value)
ImmutableLongIntMapFactoryof in interface ImmutableLongIntMapFactorypublic ImmutableLongIntMap with(long key, int value)
with in interface ImmutableLongIntMapFactorypublic ImmutableLongIntMap ofAll(LongIntMap map)
ImmutableLongIntMapFactoryofAll in interface ImmutableLongIntMapFactorypublic ImmutableLongIntMap withAll(LongIntMap map)
withAll in interface ImmutableLongIntMapFactoryCopyright © 2004–2016. All rights reserved.