public class ImmutableIntLongMapFactoryImpl extends Object implements ImmutableIntLongMapFactory
ImmutableIntLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntLongMap |
empty() |
ImmutableIntLongMap |
of()
Same as
ImmutableIntLongMapFactory.empty(). |
ImmutableIntLongMap |
of(int key,
long value)
|
ImmutableIntLongMap |
ofAll(IntLongMap map)
|
ImmutableIntLongMap |
with()
Same as
ImmutableIntLongMapFactory.empty(). |
ImmutableIntLongMap |
with(int key,
long value) |
ImmutableIntLongMap |
withAll(IntLongMap map) |
public ImmutableIntLongMap empty()
empty in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap of()
ImmutableIntLongMapFactoryImmutableIntLongMapFactory.empty().of in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap with()
ImmutableIntLongMapFactoryImmutableIntLongMapFactory.empty().with in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap of(int key, long value)
ImmutableIntLongMapFactoryof in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap with(int key, long value)
with in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap ofAll(IntLongMap map)
ImmutableIntLongMapFactoryofAll in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap withAll(IntLongMap map)
withAll in interface ImmutableIntLongMapFactoryCopyright © 2004–2016. All rights reserved.