ImmutableObjectIntMapFactorypublic class ImmutableObjectIntMapFactoryImpl extends Object implements ImmutableObjectIntMapFactory
ImmutableObjectIntMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableObjectIntMapFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
<K> ImmutableObjectIntMap<K> |
empty() |
|
<K> ImmutableObjectIntMap<K> |
of() |
Same as
ImmutableObjectIntMapFactory.empty(). |
<K> ImmutableObjectIntMap<K> |
of(K key,
int value) |
|
<K> ImmutableObjectIntMap<K> |
ofAll(ObjectIntMap<? extends K> map) |
|
<K> ImmutableObjectIntMap<K> |
with() |
Same as
ImmutableObjectIntMapFactory.empty(). |
<K> ImmutableObjectIntMap<K> |
with(K key,
int value) |
|
<K> ImmutableObjectIntMap<K> |
withAll(ObjectIntMap<? extends K> map) |
public <K> ImmutableObjectIntMap<K> empty()
empty in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> of()
ImmutableObjectIntMapFactoryImmutableObjectIntMapFactory.empty().of in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> with()
ImmutableObjectIntMapFactoryImmutableObjectIntMapFactory.empty().with in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> of(K key, int value)
ImmutableObjectIntMapFactoryof in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> with(K key, int value)
with in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> ofAll(ObjectIntMap<? extends K> map)
ImmutableObjectIntMapFactoryofAll in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> withAll(ObjectIntMap<? extends K> map)
withAll in interface ImmutableObjectIntMapFactoryCopyright © 2004–2017. All rights reserved.