Uses of Interface
org.eclipse.collections.api.map.primitive.MutableCharCharMap
-
Packages that use MutableCharCharMap 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. -
-
Uses of MutableCharCharMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableCharCharMap Modifier and Type Method Description MutableCharCharMapMutableCharCharMapFactory. empty()<T> MutableCharCharMapMutableCharCharMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anMutableCharCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableCharCharMapMutableCharCharMapFactory. of()Same asMutableCharCharMapFactory.empty().default MutableCharCharMapMutableCharCharMapFactory. of(char key, char value)default MutableCharCharMapMutableCharCharMapFactory. of(char key1, char value1, char key2, char value2)default MutableCharCharMapMutableCharCharMapFactory. of(char key1, char value1, char key2, char value2, char key3, char value3)default MutableCharCharMapMutableCharCharMapFactory. of(char key1, char value1, char key2, char value2, char key3, char value3, char key4, char value4)MutableCharCharMapMutableCharCharMapFactory. ofAll(CharCharMap map)MutableCharCharMapMutableCharCharMapFactory. ofInitialCapacity(int capacity)Same asMutableCharCharMapFactory.empty().MutableCharCharMapMutableCharCharMapFactory. with()Same asMutableCharCharMapFactory.empty().default MutableCharCharMapMutableCharCharMapFactory. with(char key, char value)default MutableCharCharMapMutableCharCharMapFactory. with(char key1, char value1, char key2, char value2)default MutableCharCharMapMutableCharCharMapFactory. with(char key1, char value1, char key2, char value2, char key3, char value3)default MutableCharCharMapMutableCharCharMapFactory. with(char key1, char value1, char key2, char value2, char key3, char value3, char key4, char value4)MutableCharCharMapMutableCharCharMapFactory. withAll(CharCharMap map)MutableCharCharMapMutableCharCharMapFactory. withInitialCapacity(int capacity)Same asMutableCharCharMapFactory.empty(). -
Uses of MutableCharCharMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharCharMap Modifier and Type Method Description MutableCharCharMapMutableCharCharMap. asSynchronized()Returns a synchronized view of this map, delegating all operations to this map but ensuring only one caller has access to the map at a time.MutableCharCharMapMutableCharCharMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableCharCharMapMutableCharCharMap. flipUniqueValues()MutableCharCharMapMutableCharCharMap. reject(CharCharPredicate predicate)MutableCharCharMapMutableCharCharMap. select(CharCharPredicate predicate)default MutableCharCharMapMutableCharCharMap. withAllKeyValues(java.lang.Iterable<CharCharPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableCharCharMapMutableCharCharMap. withKeyValue(char key, char value)Associates a value with the specified key.MutableCharCharMapMutableCharCharMap. withoutAllKeys(CharIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableCharCharMapMutableCharCharMap. withoutKey(char key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableCharCharMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableCharCharMap Modifier and Type Field Description private MutableCharCharMapImmutableCharCharHashMap. delegate -
Uses of MutableCharCharMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableCharCharMap Modifier and Type Class Description classCharCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedCharCharMapA synchronized view of aMutableCharCharMap.classUnmodifiableCharCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableCharCharMap Modifier and Type Field Description private MutableCharCharMapSynchronizedCharCharMap. mapprivate MutableCharCharMapUnmodifiableCharCharMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharCharMap Modifier and Type Method Description MutableCharCharMapCharCharHashMap. asSynchronized()MutableCharCharMapSynchronizedCharCharMap. asSynchronized()MutableCharCharMapUnmodifiableCharCharMap. asSynchronized()MutableCharCharMapCharCharHashMap. asUnmodifiable()MutableCharCharMapSynchronizedCharCharMap. asUnmodifiable()MutableCharCharMapUnmodifiableCharCharMap. asUnmodifiable()MutableCharCharMapMutableCharCharMapFactoryImpl. empty()MutableCharCharMapCharCharHashMap. flipUniqueValues()MutableCharCharMapSynchronizedCharCharMap. flipUniqueValues()MutableCharCharMapUnmodifiableCharCharMap. flipUniqueValues()<T> MutableCharCharMapMutableCharCharMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)MutableCharCharMapMutableCharCharMapFactoryImpl. of()MutableCharCharMapMutableCharCharMapFactoryImpl. of(char key, char value)MutableCharCharMapMutableCharCharMapFactoryImpl. of(char key1, char value1, char key2, char value2)MutableCharCharMapMutableCharCharMapFactoryImpl. of(char key1, char value1, char key2, char value2, char key3, char value3)MutableCharCharMapMutableCharCharMapFactoryImpl. of(char key1, char value1, char key2, char value2, char key3, char value3, char key4, char value4)MutableCharCharMapMutableCharCharMapFactoryImpl. ofAll(CharCharMap map)MutableCharCharMapMutableCharCharMapFactoryImpl. ofInitialCapacity(int capacity)MutableCharCharMapSynchronizedCharCharMap. reject(CharCharPredicate predicate)MutableCharCharMapUnmodifiableCharCharMap. reject(CharCharPredicate predicate)MutableCharCharMapSynchronizedCharCharMap. select(CharCharPredicate predicate)MutableCharCharMapUnmodifiableCharCharMap. select(CharCharPredicate predicate)MutableCharCharMapMutableCharCharMapFactoryImpl. with()MutableCharCharMapMutableCharCharMapFactoryImpl. with(char key, char value)MutableCharCharMapMutableCharCharMapFactoryImpl. with(char key1, char value1, char key2, char value2)MutableCharCharMapMutableCharCharMapFactoryImpl. with(char key1, char value1, char key2, char value2, char key3, char value3)MutableCharCharMapMutableCharCharMapFactoryImpl. with(char key1, char value1, char key2, char value2, char key3, char value3, char key4, char value4)MutableCharCharMapMutableCharCharMapFactoryImpl. withAll(CharCharMap map)MutableCharCharMapMutableCharCharMapFactoryImpl. withInitialCapacity(int capacity)MutableCharCharMapSynchronizedCharCharMap. withKeyValue(char key, char value)MutableCharCharMapUnmodifiableCharCharMap. withKeyValue(char key, char value)MutableCharCharMapSynchronizedCharCharMap. withoutAllKeys(CharIterable keys)MutableCharCharMapUnmodifiableCharCharMap. withoutAllKeys(CharIterable keys)MutableCharCharMapSynchronizedCharCharMap. withoutKey(char key)MutableCharCharMapUnmodifiableCharCharMap. withoutKey(char key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableCharCharMap Constructor Description SynchronizedCharCharMap(MutableCharCharMap map)SynchronizedCharCharMap(MutableCharCharMap map, java.lang.Object newLock)UnmodifiableCharCharMap(MutableCharCharMap map)
-