ImmutableObjectLongMapFactoryImpl
public interface ImmutableObjectLongMapFactory
ImmutableObjectLongMap
.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectLongMap<K> |
empty() |
|
<T,K> ImmutableObjectLongMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
LongFunction<? super T> valueFunction) |
Creates an
ImmutableObjectLongMap from an Iterable<T> by applying keyFunction and valueFunction . |
<K> ImmutableObjectLongMap<K> |
of() |
Same as
empty() . |
<K> ImmutableObjectLongMap<K> |
of(K key,
long value) |
Same as
with(Object, long) . |
<K> ImmutableObjectLongMap<K> |
ofAll(ObjectLongMap<? extends K> map) |
Same as
withAll(ObjectLongMap) . |
<K> ImmutableObjectLongMap<K> |
with() |
Same as
empty() . |
<K> ImmutableObjectLongMap<K> |
with(K key,
long value) |
|
<K> ImmutableObjectLongMap<K> |
withAll(ObjectLongMap<? extends K> map) |
<K> ImmutableObjectLongMap<K> empty()
<K> ImmutableObjectLongMap<K> of()
empty()
.<K> ImmutableObjectLongMap<K> with()
empty()
.<K> ImmutableObjectLongMap<K> of(K key, long value)
with(Object, long)
.<K> ImmutableObjectLongMap<K> with(K key, long value)
<K> ImmutableObjectLongMap<K> ofAll(ObjectLongMap<? extends K> map)
withAll(ObjectLongMap)
.<K> ImmutableObjectLongMap<K> withAll(ObjectLongMap<? extends K> map)
<T,K> ImmutableObjectLongMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, LongFunction<? super T> valueFunction)
ImmutableObjectLongMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.Copyright © 2004–2019. All rights reserved.