public class ImmutableIntIntMapFactoryImpl extends Object implements ImmutableIntIntMapFactory
ImmutableIntIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntIntMap |
empty() |
ImmutableIntIntMap |
of()
Same as
ImmutableIntIntMapFactory.empty(). |
ImmutableIntIntMap |
of(int key,
int value)
|
ImmutableIntIntMap |
ofAll(IntIntMap map)
|
ImmutableIntIntMap |
with()
Same as
ImmutableIntIntMapFactory.empty(). |
ImmutableIntIntMap |
with(int key,
int value) |
ImmutableIntIntMap |
withAll(IntIntMap map) |
public ImmutableIntIntMap empty()
empty in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap of()
ImmutableIntIntMapFactoryImmutableIntIntMapFactory.empty().of in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap with()
ImmutableIntIntMapFactoryImmutableIntIntMapFactory.empty().with in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap of(int key, int value)
ImmutableIntIntMapFactoryof in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap with(int key, int value)
with in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap ofAll(IntIntMap map)
ImmutableIntIntMapFactoryofAll in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap withAll(IntIntMap map)
withAll in interface ImmutableIntIntMapFactoryCopyright © 2004–2016. All rights reserved.