public class ImmutableIntLongMapFactoryImpl extends Object implements ImmutableIntLongMapFactory
ImmutableIntLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableIntLongMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableIntLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntLongMap |
empty() |
<T> ImmutableIntLongMap |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
LongFunction<? super T> valueFunction) |
ImmutableIntLongMap |
of() |
ImmutableIntLongMap |
of(int key,
long value) |
ImmutableIntLongMap |
ofAll(IntLongMap map) |
ImmutableIntLongMap |
with() |
ImmutableIntLongMap |
with(int key,
long value) |
ImmutableIntLongMap |
withAll(IntLongMap map) |
public static final ImmutableIntLongMapFactory INSTANCE
public ImmutableIntLongMap empty()
empty in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap of()
of in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap with()
with in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap of(int key, long value)
of in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap with(int key, long value)
with in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap ofAll(IntLongMap map)
ofAll in interface ImmutableIntLongMapFactorypublic ImmutableIntLongMap withAll(IntLongMap map)
withAll in interface ImmutableIntLongMapFactorypublic <T> ImmutableIntLongMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
from in interface ImmutableIntLongMapFactoryCopyright © 2004–2022. All rights reserved.