Uses of Interface
org.eclipse.collections.api.map.primitive.MutableDoubleCharMap
-
Packages that use MutableDoubleCharMap 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 MutableDoubleCharMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableDoubleCharMap Modifier and Type Method Description MutableDoubleCharMapMutableDoubleCharMapFactory. empty()<T> MutableDoubleCharMapMutableDoubleCharMapFactory. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anMutableDoubleCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableDoubleCharMapMutableDoubleCharMapFactory. of()Same asMutableDoubleCharMapFactory.empty().default MutableDoubleCharMapMutableDoubleCharMapFactory. of(double key, char value)default MutableDoubleCharMapMutableDoubleCharMapFactory. of(double key1, char value1, double key2, char value2)default MutableDoubleCharMapMutableDoubleCharMapFactory. of(double key1, char value1, double key2, char value2, double key3, char value3)default MutableDoubleCharMapMutableDoubleCharMapFactory. of(double key1, char value1, double key2, char value2, double key3, char value3, double key4, char value4)MutableDoubleCharMapMutableDoubleCharMapFactory. ofAll(DoubleCharMap map)MutableDoubleCharMapMutableDoubleCharMapFactory. ofInitialCapacity(int capacity)Same asMutableDoubleCharMapFactory.empty().MutableDoubleCharMapMutableDoubleCharMapFactory. with()Same asMutableDoubleCharMapFactory.empty().default MutableDoubleCharMapMutableDoubleCharMapFactory. with(double key, char value)default MutableDoubleCharMapMutableDoubleCharMapFactory. with(double key1, char value1, double key2, char value2)default MutableDoubleCharMapMutableDoubleCharMapFactory. with(double key1, char value1, double key2, char value2, double key3, char value3)default MutableDoubleCharMapMutableDoubleCharMapFactory. with(double key1, char value1, double key2, char value2, double key3, char value3, double key4, char value4)MutableDoubleCharMapMutableDoubleCharMapFactory. withAll(DoubleCharMap map)MutableDoubleCharMapMutableDoubleCharMapFactory. withInitialCapacity(int capacity)Same asMutableDoubleCharMapFactory.empty(). -
Uses of MutableDoubleCharMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableDoubleCharMap Modifier and Type Method Description MutableDoubleCharMapMutableDoubleCharMap. 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.MutableDoubleCharMapMutableDoubleCharMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableDoubleCharMapMutableCharDoubleMap. flipUniqueValues()MutableDoubleCharMapMutableDoubleCharMap. reject(DoubleCharPredicate predicate)MutableDoubleCharMapMutableDoubleCharMap. select(DoubleCharPredicate predicate)default MutableDoubleCharMapMutableDoubleCharMap. withAllKeyValues(java.lang.Iterable<DoubleCharPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableDoubleCharMapMutableDoubleCharMap. withKeyValue(double key, char value)Associates a value with the specified key.MutableDoubleCharMapMutableDoubleCharMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleCharMapMutableDoubleCharMap. withoutKey(double key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableDoubleCharMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableDoubleCharMap Modifier and Type Field Description private MutableDoubleCharMapImmutableDoubleCharHashMap. delegate -
Uses of MutableDoubleCharMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableDoubleCharMap Modifier and Type Class Description classDoubleCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedDoubleCharMapA synchronized view of aMutableDoubleCharMap.classUnmodifiableDoubleCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableDoubleCharMap Modifier and Type Field Description private MutableDoubleCharMapSynchronizedDoubleCharMap. mapprivate MutableDoubleCharMapUnmodifiableDoubleCharMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableDoubleCharMap Modifier and Type Method Description MutableDoubleCharMapDoubleCharHashMap. asSynchronized()MutableDoubleCharMapSynchronizedDoubleCharMap. asSynchronized()MutableDoubleCharMapUnmodifiableDoubleCharMap. asSynchronized()MutableDoubleCharMapDoubleCharHashMap. asUnmodifiable()MutableDoubleCharMapSynchronizedDoubleCharMap. asUnmodifiable()MutableDoubleCharMapUnmodifiableDoubleCharMap. asUnmodifiable()MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. empty()MutableDoubleCharMapCharDoubleHashMap. flipUniqueValues()MutableDoubleCharMapSynchronizedCharDoubleMap. flipUniqueValues()MutableDoubleCharMapUnmodifiableCharDoubleMap. flipUniqueValues()<T> MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. of()MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. of(double key, char value)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. of(double key1, char value1, double key2, char value2)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. of(double key1, char value1, double key2, char value2, double key3, char value3)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. of(double key1, char value1, double key2, char value2, double key3, char value3, double key4, char value4)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. ofAll(DoubleCharMap map)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. ofInitialCapacity(int capacity)MutableDoubleCharMapSynchronizedDoubleCharMap. reject(DoubleCharPredicate predicate)MutableDoubleCharMapUnmodifiableDoubleCharMap. reject(DoubleCharPredicate predicate)MutableDoubleCharMapSynchronizedDoubleCharMap. select(DoubleCharPredicate predicate)MutableDoubleCharMapUnmodifiableDoubleCharMap. select(DoubleCharPredicate predicate)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. with()MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. with(double key, char value)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. with(double key1, char value1, double key2, char value2)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. with(double key1, char value1, double key2, char value2, double key3, char value3)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. with(double key1, char value1, double key2, char value2, double key3, char value3, double key4, char value4)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. withAll(DoubleCharMap map)MutableDoubleCharMapMutableDoubleCharMapFactoryImpl. withInitialCapacity(int capacity)MutableDoubleCharMapSynchronizedDoubleCharMap. withKeyValue(double key, char value)MutableDoubleCharMapUnmodifiableDoubleCharMap. withKeyValue(double key, char value)MutableDoubleCharMapSynchronizedDoubleCharMap. withoutAllKeys(DoubleIterable keys)MutableDoubleCharMapUnmodifiableDoubleCharMap. withoutAllKeys(DoubleIterable keys)MutableDoubleCharMapSynchronizedDoubleCharMap. withoutKey(double key)MutableDoubleCharMapUnmodifiableDoubleCharMap. withoutKey(double key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableDoubleCharMap Constructor Description SynchronizedDoubleCharMap(MutableDoubleCharMap map)SynchronizedDoubleCharMap(MutableDoubleCharMap map, java.lang.Object newLock)UnmodifiableDoubleCharMap(MutableDoubleCharMap map)
-