public interface ImmutableObjectIntMapFactory
ImmutableObjectIntMap
.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectIntMap<K> |
empty() |
<K> ImmutableObjectIntMap<K> |
of()
Same as
empty() . |
<K> ImmutableObjectIntMap<K> |
of(K key,
int value)
Same as
with(Object, int) . |
<K> ImmutableObjectIntMap<K> |
ofAll(ObjectIntMap<? extends K> map)
Same as
withAll(ObjectIntMap) . |
<K> ImmutableObjectIntMap<K> |
with()
Same as
empty() . |
<K> ImmutableObjectIntMap<K> |
with(K key,
int value) |
<K> ImmutableObjectIntMap<K> |
withAll(ObjectIntMap<? extends K> map) |
<K> ImmutableObjectIntMap<K> empty()
<K> ImmutableObjectIntMap<K> of()
empty()
.<K> ImmutableObjectIntMap<K> with()
empty()
.<K> ImmutableObjectIntMap<K> of(K key, int value)
with(Object, int)
.<K> ImmutableObjectIntMap<K> with(K key, int value)
<K> ImmutableObjectIntMap<K> ofAll(ObjectIntMap<? extends K> map)
withAll(ObjectIntMap)
.<K> ImmutableObjectIntMap<K> withAll(ObjectIntMap<? extends K> map)
Copyright © 2004–2016. All rights reserved.