public class ImmutableLongObjectMapFactoryImpl extends Object implements ImmutableLongObjectMapFactory
ImmutableLongObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableLongObjectMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableLongObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableLongObjectMap<V> |
empty() |
<T,V> ImmutableLongObjectMap<V> |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
<V> ImmutableLongObjectMap<V> |
of() |
<V> ImmutableLongObjectMap<V> |
of(long key,
V value) |
<V> ImmutableLongObjectMap<V> |
ofAll(LongObjectMap<? extends V> map) |
<V> ImmutableLongObjectMap<V> |
with() |
<V> ImmutableLongObjectMap<V> |
with(long key,
V value) |
<V> ImmutableLongObjectMap<V> |
withAll(LongObjectMap<? extends V> map) |
public static final ImmutableLongObjectMapFactory INSTANCE
public <V> ImmutableLongObjectMap<V> empty()
empty in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> of()
of in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> with()
with in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> of(long key, V value)
of in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> with(long key, V value)
with in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> ofAll(LongObjectMap<? extends V> map)
ofAll in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> withAll(LongObjectMap<? extends V> map)
withAll in interface ImmutableLongObjectMapFactorypublic <T,V> ImmutableLongObjectMap<V> from(Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
from in interface ImmutableLongObjectMapFactoryCopyright © 2004–2022. All rights reserved.