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 and Description |
---|---|
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactory.empty() |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactory.of()
Same as
ImmutableIntObjectMapFactory.empty() . |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactory.of(int key,
V value)
|
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactory.ofAll(IntObjectMap<? extends V> map)
|
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactory.with()
Same as
ImmutableIntObjectMapFactory.empty() . |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactory.with(int key,
V value) |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactory.withAll(IntObjectMap<? extends V> map) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntObjectMap<V> |
ImmutableIntObjectMap.newWithKeyValue(int key,
V value) |
ImmutableIntObjectMap<V> |
ImmutableIntObjectMap.newWithoutAllKeys(IntIterable keys) |
ImmutableIntObjectMap<V> |
ImmutableIntObjectMap.newWithoutKey(int key) |
ImmutableIntObjectMap<V> |
ImmutableIntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
ImmutableIntObjectMap<V> |
ImmutableIntObjectMap.select(IntObjectPredicate<? super V> predicate) |
ImmutableIntObjectMap<V> |
ImmutableIntObjectMap.tap(Procedure<? super V> procedure) |
ImmutableIntObjectMap<V> |
IntObjectMap.toImmutable() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableIntObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactoryImpl.empty() |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactoryImpl.of() |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactoryImpl.of(int key,
V value) |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactoryImpl.ofAll(IntObjectMap<? extends V> map) |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactoryImpl.with() |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactoryImpl.with(int key,
V value) |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactoryImpl.withAll(IntObjectMap<? extends V> map) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntObjectMap<V> |
IntObjectHashMap.toImmutable() |
ImmutableIntObjectMap<V> |
SynchronizedIntObjectMap.toImmutable() |
ImmutableIntObjectMap<V> |
UnmodifiableIntObjectMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.