Uses of Interface
org.eclipse.collections.api.map.primitive.MutableDoubleLongMap
-
Packages that use MutableDoubleLongMap 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 MutableDoubleLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableDoubleLongMap Modifier and Type Method Description MutableDoubleLongMapMutableDoubleLongMapFactory. empty()<T> MutableDoubleLongMapMutableDoubleLongMapFactory. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableDoubleLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableDoubleLongMapMutableDoubleLongMapFactory. of()Same asMutableDoubleLongMapFactory.empty().default MutableDoubleLongMapMutableDoubleLongMapFactory. of(double key, long value)default MutableDoubleLongMapMutableDoubleLongMapFactory. of(double key1, long value1, double key2, long value2)default MutableDoubleLongMapMutableDoubleLongMapFactory. of(double key1, long value1, double key2, long value2, double key3, long value3)default MutableDoubleLongMapMutableDoubleLongMapFactory. of(double key1, long value1, double key2, long value2, double key3, long value3, double key4, long value4)MutableDoubleLongMapMutableDoubleLongMapFactory. ofAll(DoubleLongMap map)MutableDoubleLongMapMutableDoubleLongMapFactory. ofInitialCapacity(int capacity)Same asMutableDoubleLongMapFactory.empty().MutableDoubleLongMapMutableDoubleLongMapFactory. with()Same asMutableDoubleLongMapFactory.empty().default MutableDoubleLongMapMutableDoubleLongMapFactory. with(double key, long value)default MutableDoubleLongMapMutableDoubleLongMapFactory. with(double key1, long value1, double key2, long value2)default MutableDoubleLongMapMutableDoubleLongMapFactory. with(double key1, long value1, double key2, long value2, double key3, long value3)default MutableDoubleLongMapMutableDoubleLongMapFactory. with(double key1, long value1, double key2, long value2, double key3, long value3, double key4, long value4)MutableDoubleLongMapMutableDoubleLongMapFactory. withAll(DoubleLongMap map)MutableDoubleLongMapMutableDoubleLongMapFactory. withInitialCapacity(int capacity)Same asMutableDoubleLongMapFactory.empty(). -
Uses of MutableDoubleLongMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableDoubleLongMap Modifier and Type Method Description MutableDoubleLongMapMutableDoubleLongMap. 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.MutableDoubleLongMapMutableDoubleLongMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableDoubleLongMapMutableLongDoubleMap. flipUniqueValues()MutableDoubleLongMapMutableDoubleLongMap. reject(DoubleLongPredicate predicate)MutableDoubleLongMapMutableDoubleLongMap. select(DoubleLongPredicate predicate)default MutableDoubleLongMapMutableDoubleLongMap. withAllKeyValues(java.lang.Iterable<DoubleLongPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableDoubleLongMapMutableDoubleLongMap. withKeyValue(double key, long value)Associates a value with the specified key.MutableDoubleLongMapMutableDoubleLongMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleLongMapMutableDoubleLongMap. withoutKey(double key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableDoubleLongMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableDoubleLongMap Modifier and Type Field Description private MutableDoubleLongMapImmutableDoubleLongHashMap. delegate -
Uses of MutableDoubleLongMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableDoubleLongMap Modifier and Type Class Description classDoubleLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedDoubleLongMapA synchronized view of aMutableDoubleLongMap.classUnmodifiableDoubleLongMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableDoubleLongMap Modifier and Type Field Description private MutableDoubleLongMapSynchronizedDoubleLongMap. mapprivate MutableDoubleLongMapUnmodifiableDoubleLongMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableDoubleLongMap Modifier and Type Method Description MutableDoubleLongMapDoubleLongHashMap. asSynchronized()MutableDoubleLongMapSynchronizedDoubleLongMap. asSynchronized()MutableDoubleLongMapUnmodifiableDoubleLongMap. asSynchronized()MutableDoubleLongMapDoubleLongHashMap. asUnmodifiable()MutableDoubleLongMapSynchronizedDoubleLongMap. asUnmodifiable()MutableDoubleLongMapUnmodifiableDoubleLongMap. asUnmodifiable()MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. empty()MutableDoubleLongMapLongDoubleHashMap. flipUniqueValues()MutableDoubleLongMapSynchronizedLongDoubleMap. flipUniqueValues()MutableDoubleLongMapUnmodifiableLongDoubleMap. flipUniqueValues()<T> MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. of()MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. of(double key, long value)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. of(double key1, long value1, double key2, long value2)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. of(double key1, long value1, double key2, long value2, double key3, long value3)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. of(double key1, long value1, double key2, long value2, double key3, long value3, double key4, long value4)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. ofAll(DoubleLongMap map)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. ofInitialCapacity(int capacity)MutableDoubleLongMapSynchronizedDoubleLongMap. reject(DoubleLongPredicate predicate)MutableDoubleLongMapUnmodifiableDoubleLongMap. reject(DoubleLongPredicate predicate)MutableDoubleLongMapSynchronizedDoubleLongMap. select(DoubleLongPredicate predicate)MutableDoubleLongMapUnmodifiableDoubleLongMap. select(DoubleLongPredicate predicate)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. with()MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. with(double key, long value)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. with(double key1, long value1, double key2, long value2)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. with(double key1, long value1, double key2, long value2, double key3, long value3)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. with(double key1, long value1, double key2, long value2, double key3, long value3, double key4, long value4)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. withAll(DoubleLongMap map)MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. withInitialCapacity(int capacity)MutableDoubleLongMapSynchronizedDoubleLongMap. withKeyValue(double key, long value)MutableDoubleLongMapUnmodifiableDoubleLongMap. withKeyValue(double key, long value)MutableDoubleLongMapSynchronizedDoubleLongMap. withoutAllKeys(DoubleIterable keys)MutableDoubleLongMapUnmodifiableDoubleLongMap. withoutAllKeys(DoubleIterable keys)MutableDoubleLongMapSynchronizedDoubleLongMap. withoutKey(double key)MutableDoubleLongMapUnmodifiableDoubleLongMap. withoutKey(double key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableDoubleLongMap Constructor Description SynchronizedDoubleLongMap(MutableDoubleLongMap map)SynchronizedDoubleLongMap(MutableDoubleLongMap map, java.lang.Object newLock)UnmodifiableDoubleLongMap(MutableDoubleLongMap map)
-