public class ImmutableObjectLongMapFactoryImpl extends Object implements ImmutableObjectLongMapFactory
ImmutableObjectLongMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableObjectLongMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableObjectLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectLongMap<K> |
empty() |
<T,K> ImmutableObjectLongMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
LongFunction<? super T> valueFunction) |
<K> ImmutableObjectLongMap<K> |
of() |
<K> ImmutableObjectLongMap<K> |
of(K key,
long value) |
<K> ImmutableObjectLongMap<K> |
ofAll(ObjectLongMap<? extends K> map) |
<K> ImmutableObjectLongMap<K> |
with() |
<K> ImmutableObjectLongMap<K> |
with(K key,
long value) |
<K> ImmutableObjectLongMap<K> |
withAll(ObjectLongMap<? extends K> map) |
public static final ImmutableObjectLongMapFactory INSTANCE
public <K> ImmutableObjectLongMap<K> empty()
empty in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> of()
of in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> with()
with in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> of(K key, long value)
of in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> with(K key, long value)
with in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> ofAll(ObjectLongMap<? extends K> map)
ofAll in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> withAll(ObjectLongMap<? extends K> map)
withAll in interface ImmutableObjectLongMapFactorypublic <T,K> ImmutableObjectLongMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, LongFunction<? super T> valueFunction)
from in interface ImmutableObjectLongMapFactoryCopyright © 2004–2022. All rights reserved.