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()
ImmutableObjectIntMapFactory
ImmutableObjectIntMapFactory.with()
.of
in interface ImmutableObjectIntMapFactory
public <K> ImmutableObjectIntMap<K> with()
with
in interface ImmutableObjectIntMapFactory
public <K> ImmutableObjectIntMap<K> of(K key, int value)
ImmutableObjectIntMapFactory
of
in interface ImmutableObjectIntMapFactory
public <K> ImmutableObjectIntMap<K> with(K key, int value)
with
in interface ImmutableObjectIntMapFactory
public <K> ImmutableObjectIntMap<K> ofAll(ObjectIntMap<? extends K> map)
ImmutableObjectIntMapFactory
ofAll
in interface ImmutableObjectIntMapFactory
public <K> ImmutableObjectIntMap<K> withAll(ObjectIntMap<? extends K> map)
withAll
in interface ImmutableObjectIntMapFactory
Copyright © 2004–2017. All rights reserved.