Uses of Interface
org.eclipse.collections.api.map.primitive.MutableObjectCharMap
| 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.
|
-
Uses of MutableObjectCharMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableObjectCharMap Modifier and Type Method Description <K> MutableObjectCharMap<K>MutableObjectCharMapFactory. empty()<T, K> MutableObjectCharMap<K>MutableObjectCharMapFactory. from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, CharFunction<? super T> valueFunction)Creates anMutableObjectCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<K> MutableObjectCharMap<K>MutableObjectCharMapFactory. of()Same asMutableObjectCharMapFactory.empty().<K> MutableObjectCharMap<K>MutableObjectCharMapFactory. ofAll(ObjectCharMap<? extends K> map)<K> MutableObjectCharMap<K>MutableObjectCharMapFactory. ofInitialCapacity(int capacity)Same asMutableObjectCharMapFactory.empty().<K> MutableObjectCharMap<K>MutableObjectCharMapFactory. with()Same asMutableObjectCharMapFactory.empty().<K> MutableObjectCharMap<K>MutableObjectCharMapFactory. withAll(ObjectCharMap<? extends K> map)<K> MutableObjectCharMap<K>MutableObjectCharMapFactory. withInitialCapacity(int capacity)Same asMutableObjectCharMapFactory.empty(). -
Uses of MutableObjectCharMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableObjectCharMap Modifier and Type Method Description MutableObjectCharMap<K>MutableObjectCharMap. asSynchronized()MutableObjectCharMap<K>MutableObjectCharMap. asUnmodifiable()MutableObjectCharMap<V>MutableCharObjectMap. flipUniqueValues()MutableObjectCharMap<K>MutableObjectCharMap. reject(ObjectCharPredicate<? super K> predicate)MutableObjectCharMap<K>MutableObjectCharMap. select(ObjectCharPredicate<? super K> predicate)default MutableObjectCharMap<K>MutableObjectCharMap. tap(CharProcedure procedure)default MutableObjectCharMap<K>MutableObjectCharMap. withAllKeyValues(Iterable<ObjectCharPair<K>> keyValuePairs)MutableObjectCharMap<K>MutableObjectCharMap. withKeyValue(K key, char value)Associates a value with the specified key.MutableObjectCharMap<K>MutableObjectCharMap. withoutAllKeys(Iterable<? extends K> keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableObjectCharMap<K>MutableObjectCharMap. withoutKey(K key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableObjectCharMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableObjectCharMap Modifier and Type Class Description classObjectCharHashMap<K>This file was automatically generated from template file objectPrimitiveHashMap.stg.classObjectCharHashMapWithHashingStrategy<K>This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.classSynchronizedObjectCharMap<K>A synchronized view of aMutableObjectCharMap.classUnmodifiableObjectCharMap<K>This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableObjectCharMap Modifier and Type Method Description MutableObjectCharMap<K>ObjectCharHashMap. asSynchronized()MutableObjectCharMap<K>ObjectCharHashMapWithHashingStrategy. asSynchronized()MutableObjectCharMap<K>SynchronizedObjectCharMap. asSynchronized()MutableObjectCharMap<K>UnmodifiableObjectCharMap. asSynchronized()MutableObjectCharMap<K>ObjectCharHashMap. asUnmodifiable()MutableObjectCharMap<K>ObjectCharHashMapWithHashingStrategy. asUnmodifiable()MutableObjectCharMap<K>SynchronizedObjectCharMap. asUnmodifiable()MutableObjectCharMap<K>UnmodifiableObjectCharMap. asUnmodifiable()<K> MutableObjectCharMap<K>MutableObjectCharMapFactoryImpl. empty()MutableObjectCharMap<V>CharObjectHashMap. flipUniqueValues()MutableObjectCharMap<V>SynchronizedCharObjectMap. flipUniqueValues()MutableObjectCharMap<V>UnmodifiableCharObjectMap. flipUniqueValues()<T, K> MutableObjectCharMap<K>MutableObjectCharMapFactoryImpl. from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, CharFunction<? super T> valueFunction)<K> MutableObjectCharMap<K>MutableObjectCharMapFactoryImpl. of()<K> MutableObjectCharMap<K>MutableObjectCharMapFactoryImpl. ofAll(ObjectCharMap<? extends K> map)<K> MutableObjectCharMap<K>MutableObjectCharMapFactoryImpl. ofInitialCapacity(int capacity)MutableObjectCharMap<K>SynchronizedObjectCharMap. reject(ObjectCharPredicate<? super K> predicate)MutableObjectCharMap<K>UnmodifiableObjectCharMap. reject(ObjectCharPredicate<? super K> predicate)MutableObjectCharMap<K>SynchronizedObjectCharMap. select(ObjectCharPredicate<? super K> predicate)MutableObjectCharMap<K>UnmodifiableObjectCharMap. select(ObjectCharPredicate<? super K> predicate)<K> MutableObjectCharMap<K>MutableObjectCharMapFactoryImpl. with()<K> MutableObjectCharMap<K>MutableObjectCharMapFactoryImpl. withAll(ObjectCharMap<? extends K> map)<K> MutableObjectCharMap<K>MutableObjectCharMapFactoryImpl. withInitialCapacity(int capacity)MutableObjectCharMap<K>SynchronizedObjectCharMap. withKeyValue(K key, char value)MutableObjectCharMap<K>UnmodifiableObjectCharMap. withKeyValue(K key, char value)MutableObjectCharMap<K>SynchronizedObjectCharMap. withoutAllKeys(Iterable<? extends K> keys)MutableObjectCharMap<K>UnmodifiableObjectCharMap. withoutAllKeys(Iterable<? extends K> keys)MutableObjectCharMap<K>SynchronizedObjectCharMap. withoutKey(K key)MutableObjectCharMap<K>UnmodifiableObjectCharMap. withoutKey(K key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableObjectCharMap Constructor Description SynchronizedObjectCharMap(MutableObjectCharMap<K> map)SynchronizedObjectCharMap(MutableObjectCharMap<K> map, Object newLock)UnmodifiableObjectCharMap(MutableObjectCharMap<K> map)