Package | Description |
---|---|
org.eclipse.collections.api.factory.map.primitive | |
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.empty() |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.of() |
Same as
ImmutableObjectIntMapFactory.empty() . |
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.of(K key,
int value) |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.ofAll(ObjectIntMap<? extends K> map) |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.with() |
Same as
ImmutableObjectIntMapFactory.empty() . |
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.with(K key,
int value) |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactory.withAll(ObjectIntMap<? extends K> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.newWithKeyValue(K key,
int value) |
|
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.newWithoutAllKeys(Iterable<? extends K> keys) |
|
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.newWithoutKey(K key) |
|
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.reject(ObjectIntPredicate<? super K> predicate) |
|
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.select(ObjectIntPredicate<? super K> predicate) |
|
ImmutableObjectIntMap<K> |
ObjectIntMap.toImmutable() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableObjectIntMap<V> |
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactoryImpl.empty() |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactoryImpl.of() |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactoryImpl.of(K key,
int value) |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactoryImpl.ofAll(ObjectIntMap<? extends K> map) |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactoryImpl.with() |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactoryImpl.with(K key,
int value) |
|
<K> ImmutableObjectIntMap<K> |
ImmutableObjectIntMapFactoryImpl.withAll(ObjectIntMap<? extends K> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableObjectIntMap<K> |
ObjectIntHashMap.toImmutable() |
|
ImmutableObjectIntMap<K> |
ObjectIntHashMapWithHashingStrategy.toImmutable() |
|
ImmutableObjectIntMap<K> |
SynchronizedObjectIntMap.toImmutable() |
|
ImmutableObjectIntMap<K> |
UnmodifiableObjectIntMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.