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.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> MutableIntObjectMap<V> |
MutableIntObjectMapFactory.empty() |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactory.of()
Same as
MutableIntObjectMapFactory.empty() . |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactory.ofAll(IntObjectMap<? extends V> map)
|
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactory.with()
Same as
MutableIntObjectMapFactory.empty() . |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactory.withAll(IntObjectMap<? extends V> map) |
Modifier and Type | Method and Description |
---|---|
MutableIntObjectMap<V> |
MutableIntObjectMap.asSynchronized() |
MutableIntObjectMap<V> |
MutableIntObjectMap.asUnmodifiable() |
MutableIntObjectMap<V> |
MutableIntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
MutableIntObjectMap.select(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
MutableIntObjectMap.withKeyValue(int key,
V value) |
MutableIntObjectMap<V> |
MutableIntObjectMap.withoutAllKeys(IntIterable keys) |
MutableIntObjectMap<V> |
MutableIntObjectMap.withoutKey(int key) |
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 |
---|---|
MutableIntObjectMap<V> |
IntObjectHashMap.asSynchronized() |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.asSynchronized() |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.asSynchronized() |
MutableIntObjectMap<V> |
IntObjectHashMap.asUnmodifiable() |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.asUnmodifiable() |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.asUnmodifiable() |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactoryImpl.empty() |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactoryImpl.of() |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactoryImpl.ofAll(IntObjectMap<? extends V> map) |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.select(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.select(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.tap(Procedure<? super V> procedure) |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.tap(Procedure<? super V> procedure) |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactoryImpl.with() |
<V> MutableIntObjectMap<V> |
MutableIntObjectMapFactoryImpl.withAll(IntObjectMap<? extends V> map) |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.withKeyValue(int key,
V value) |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.withKeyValue(int key,
V value) |
MutableIntObjectMap<V> |
IntObjectHashMap.withoutAllKeys(IntIterable keys) |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.withoutAllKeys(IntIterable keys) |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.withoutAllKeys(IntIterable keys) |
MutableIntObjectMap<V> |
IntObjectHashMap.withoutKey(int key) |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.withoutKey(int key) |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.withoutKey(int key) |
Copyright © 2004–2016. All rights reserved.