| 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 | 
|---|---|---|
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactory. empty() | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactory. of() | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactory. of(char key,
  V value) | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactory. ofAll(CharObjectMap<? extends V> map) | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactory. with() | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactory. with(char key,
    V value) | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactory. withAll(CharObjectMap<? extends V> map) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ImmutableCharObjectMap<K> | ImmutableObjectCharMap. flipUniqueValues() | |
| ImmutableCharObjectMap<V> | ImmutableCharObjectMap. newWithKeyValue(char key,
               V value) | |
| ImmutableCharObjectMap<V> | ImmutableCharObjectMap. newWithoutAllKeys(CharIterable keys) | |
| ImmutableCharObjectMap<V> | ImmutableCharObjectMap. newWithoutKey(char key) | |
| ImmutableCharObjectMap<V> | ImmutableCharObjectMap. reject(CharObjectPredicate<? super V> predicate) | |
| ImmutableCharObjectMap<V> | ImmutableCharObjectMap. select(CharObjectPredicate<? super V> predicate) | |
| ImmutableCharObjectMap<V> | ImmutableCharObjectMap. tap(Procedure<? super V> procedure) | |
| ImmutableCharObjectMap<V> | CharObjectMap. toImmutable() | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | AbstractImmutableCharObjectMap<V> | This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactoryImpl. empty() | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactoryImpl. of() | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactoryImpl. of(char key,
  V value) | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactoryImpl. ofAll(CharObjectMap<? extends V> map) | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactoryImpl. with() | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactoryImpl. with(char key,
    V value) | |
| <V> ImmutableCharObjectMap<V> | ImmutableCharObjectMapFactoryImpl. withAll(CharObjectMap<? extends V> map) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ImmutableCharObjectMap<V> | CharObjectHashMap. toImmutable() | |
| ImmutableCharObjectMap<V> | SynchronizedCharObjectMap. toImmutable() | |
| ImmutableCharObjectMap<V> | UnmodifiableCharObjectMap. toImmutable() | 
Copyright © 2004–2018. All rights reserved.