ImmutableObjectLongMapFactoryImplpublic interface ImmutableObjectLongMapFactory
ImmutableObjectLongMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<K> ImmutableObjectLongMap<K> |
empty() |
|
<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)
Copyright © 2004–2018. All rights reserved.