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.ofAll(IntObjectMap<? extends V> map)
|
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactory.ofAll(IntObjectMap<? extends V> map)
|
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactory.withAll(IntObjectMap<? extends V> map) |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactory.withAll(IntObjectMap<? extends V> map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableIntObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
MutableIntObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
Modifier and Type | Method and Description |
---|---|
IntObjectMap<V> |
IntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
IntObjectMap<V> |
IntObjectMap.select(IntObjectPredicate<? super V> predicate) |
IntObjectMap<V> |
IntObjectMap.tap(Procedure<? super V> procedure) |
Modifier and Type | Method and Description |
---|---|
void |
MutableIntObjectMap.putAll(IntObjectMap<? extends V> map) |
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.ofAll(IntObjectMap<? extends V> map) |
<V> ImmutableIntObjectMap<V> |
ImmutableIntObjectMapFactoryImpl.withAll(IntObjectMap<? extends V> map) |
Modifier and Type | Class and Description |
---|---|
class |
IntObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedIntObjectMap<V>
A synchronized view of a
MutableIntObjectMap . |
class |
UnmodifiableIntObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Modifier and Type | Method and Description |
---|---|
static <V> IntObjectHashMap<V> |
IntObjectHashMap.newMap(IntObjectMap<? extends V> map) |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactoryImpl.ofAll(IntObjectMap<? extends V> map) |
void |
IntObjectHashMap.putAll(IntObjectMap<? extends V> map) |
void |
SynchronizedIntObjectMap.putAll(IntObjectMap<? extends V> map) |
void |
UnmodifiableIntObjectMap.putAll(IntObjectMap<? extends V> map) |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactoryImpl.withAll(IntObjectMap<? extends V> map) |
Constructor and Description |
---|
IntObjectHashMap(IntObjectMap<? extends V> map) |
Copyright © 2004–2016. All rights reserved.