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> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactory.empty() |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactory.of() |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactory.of(K key,
char value) |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactory.ofAll(ObjectCharMap<? extends K> map) |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactory.with() |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactory.with(K key,
char value) |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactory.withAll(ObjectCharMap<? extends K> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableObjectCharMap<K> |
ImmutableObjectCharMap.newWithKeyValue(K key,
char value) |
|
ImmutableObjectCharMap<K> |
ImmutableObjectCharMap.newWithoutAllKeys(Iterable<? extends K> keys) |
|
ImmutableObjectCharMap<K> |
ImmutableObjectCharMap.newWithoutKey(K key) |
|
ImmutableObjectCharMap<K> |
ImmutableObjectCharMap.reject(ObjectCharPredicate<? super K> predicate) |
|
ImmutableObjectCharMap<K> |
ImmutableObjectCharMap.select(ObjectCharPredicate<? super K> predicate) |
|
ImmutableObjectCharMap<K> |
ObjectCharMap.toImmutable() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableObjectCharMap<V> |
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactoryImpl.empty() |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactoryImpl.of() |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactoryImpl.of(K key,
char value) |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactoryImpl.ofAll(ObjectCharMap<? extends K> map) |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactoryImpl.with() |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactoryImpl.with(K key,
char value) |
|
<K> ImmutableObjectCharMap<K> |
ImmutableObjectCharMapFactoryImpl.withAll(ObjectCharMap<? extends K> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableObjectCharMap<K> |
ObjectCharHashMap.toImmutable() |
|
ImmutableObjectCharMap<K> |
ObjectCharHashMapWithHashingStrategy.toImmutable() |
|
ImmutableObjectCharMap<K> |
SynchronizedObjectCharMap.toImmutable() |
|
ImmutableObjectCharMap<K> |
UnmodifiableObjectCharMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.