Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableObjectCharMap
Packages that use ImmutableObjectCharMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ImmutableObjectCharMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableObjectCharMapModifier and TypeMethodDescription<K> ImmutableObjectCharMap<K> ImmutableObjectCharMapFactory.empty()<T,K> ImmutableObjectCharMap <K> ImmutableObjectCharMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableObjectCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<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) -
Uses of ImmutableObjectCharMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableObjectCharMapModifier and TypeMethodDescriptionImmutableCharObjectMap.flipUniqueValues()ImmutableObjectCharMap.newWithKeyValue(K key, char value) Copy this map, associate the value with the key (replacing the value if one already exists forkey), and return the copy as new immutable map.ImmutableObjectCharMap.newWithoutAllKeys(Iterable<? extends K> keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableObjectCharMap.newWithoutKey(K key) Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableObjectCharMap.reject(ObjectCharPredicate<? super K> predicate) ImmutableObjectCharMap.select(ObjectCharPredicate<? super K> predicate) default ImmutableObjectCharMap<K> ImmutableObjectCharMap.tap(CharProcedure procedure) ObjectCharMap.toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableObjectCharMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableObjectCharMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final classImmutableObjectCharEmptyMap is an optimization forImmutableObjectCharMapof size 0.(package private) final classImmutableObjectCharHashMap is the non-modifiable equivalent ofObjectCharHashMap.(package private) final classImmutableObjectCharSingletonMap is an optimization forImmutableObjectCharMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableObjectCharMapModifier and TypeFieldDescription(package private) static final ImmutableObjectCharMap<?> ImmutableObjectCharEmptyMap.INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableObjectCharMapModifier and TypeMethodDescription<K> ImmutableObjectCharMap<K> ImmutableObjectCharMapFactoryImpl.empty()ImmutableCharObjectEmptyMap.flipUniqueValues()ImmutableCharObjectHashMap.flipUniqueValues()ImmutableCharObjectSingletonMap.flipUniqueValues()<T,K> ImmutableObjectCharMap <K> ImmutableObjectCharMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, CharFunction<? super T> valueFunction) ImmutableObjectCharEmptyMap.newWithKeyValue(K key, char value) ImmutableObjectCharHashMap.newWithKeyValue(K key, char value) ImmutableObjectCharSingletonMap.newWithKeyValue(K key, char value) ImmutableObjectCharEmptyMap.newWithoutAllKeys(Iterable<? extends K> keys) ImmutableObjectCharHashMap.newWithoutAllKeys(Iterable<? extends K> keys) ImmutableObjectCharSingletonMap.newWithoutAllKeys(Iterable<? extends K> keys) ImmutableObjectCharEmptyMap.newWithoutKey(K key) ImmutableObjectCharHashMap.newWithoutKey(K key) ImmutableObjectCharSingletonMap.newWithoutKey(K key) <K> ImmutableObjectCharMap<K> ImmutableObjectCharMapFactoryImpl.of()<K> ImmutableObjectCharMap<K> ImmutableObjectCharMapFactoryImpl.of(K key, char value) <K> ImmutableObjectCharMap<K> ImmutableObjectCharMapFactoryImpl.ofAll(ObjectCharMap<? extends K> map) ImmutableObjectCharEmptyMap.reject(ObjectCharPredicate<? super K> objectCharPredicate) ImmutableObjectCharHashMap.reject(ObjectCharPredicate<? super K> objectCharPredicate) ImmutableObjectCharSingletonMap.reject(ObjectCharPredicate<? super K> objectCharPredicate) ImmutableObjectCharEmptyMap.select(ObjectCharPredicate<? super K> objectCharPredicate) ImmutableObjectCharHashMap.select(ObjectCharPredicate<? super K> objectCharPredicate) ImmutableObjectCharSingletonMap.select(ObjectCharPredicate<? super K> objectCharPredicate) ImmutableObjectCharEmptyMap.toImmutable()ImmutableObjectCharHashMap.toImmutable()ImmutableObjectCharSingletonMap.toImmutable()<K> ImmutableObjectCharMap<K> ImmutableObjectCharMapFactoryImpl.with()<K> ImmutableObjectCharMap<K> ImmutableObjectCharMapFactoryImpl.with(K key, char value) <K> ImmutableObjectCharMap<K> ImmutableObjectCharMapFactoryImpl.withAll(ObjectCharMap<? extends K> map) -
Uses of ImmutableObjectCharMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableObjectCharMapModifier and TypeMethodDescriptionObjectCharHashMap.toImmutable()ObjectCharHashMapWithHashingStrategy.toImmutable()SynchronizedObjectCharMap.toImmutable()UnmodifiableObjectCharMap.toImmutable()