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