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> |
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 ImmutableObjectIntMapFactory
public <K> ImmutableObjectIntMap<K> of()
ImmutableObjectIntMapFactory
ImmutableObjectIntMapFactory.empty()
.of
in interface ImmutableObjectIntMapFactory
public <K> ImmutableObjectIntMap<K> with()
ImmutableObjectIntMapFactory
ImmutableObjectIntMapFactory.empty()
.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–2016. All rights reserved.