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