public class ImmutableObjectIntMapFactoryImpl extends Object implements ImmutableObjectIntMapFactory
ImmutableObjectIntMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableObjectIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectIntMap<K> |
of()
Same as
ImmutableObjectIntMapFactory.with(). |
<K> ImmutableObjectIntMap<K> |
of(K key,
int value)
|
<K> ImmutableObjectIntMap<K> |
ofAll(ObjectIntMap<? extends K> map)
|
<K> ImmutableObjectIntMap<K> |
with() |
<K> ImmutableObjectIntMap<K> |
with(K key,
int value) |
<K> ImmutableObjectIntMap<K> |
withAll(ObjectIntMap<? extends K> map) |
public <K> ImmutableObjectIntMap<K> of()
ImmutableObjectIntMapFactoryImmutableObjectIntMapFactory.with().of in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> with()
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.