Uses of Interface
org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction
-
Packages that use DoubleToDoubleFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.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.lazy.primitive This package contains implementations of the lazy primitive iterator 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 DoubleToDoubleFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type DoubleToDoubleFunction Modifier and Type Method Description default <R extends MutableDoubleCollection>
RDoubleIterable. collectDouble(DoubleToDoubleFunction function, R target)Returns the targetMutableDoubleCollectionwith the results of applying the specified function on each element of the source collection.LazyDoubleIterableLazyDoubleIterable. collectDouble(DoubleToDoubleFunction function) -
Uses of DoubleToDoubleFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleToDoubleFunction Modifier and Type Method Description doubleMutableDoubleDoubleMap. getIfAbsentPutWithKey(double key, DoubleToDoubleFunction function)Retrieves the value associated with the key if one exists; if it does not, associates the result of invoking the value function with the key.doubleMutableByteDoubleMap. updateValue(byte key, double initialValueIfAbsent, DoubleToDoubleFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.doubleMutableCharDoubleMap. updateValue(char key, double initialValueIfAbsent, DoubleToDoubleFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.doubleMutableDoubleDoubleMap. updateValue(double key, double initialValueIfAbsent, DoubleToDoubleFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.doubleMutableFloatDoubleMap. updateValue(float key, double initialValueIfAbsent, DoubleToDoubleFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.doubleMutableIntDoubleMap. updateValue(int key, double initialValueIfAbsent, DoubleToDoubleFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.doubleMutableLongDoubleMap. updateValue(long key, double initialValueIfAbsent, DoubleToDoubleFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.doubleMutableObjectDoubleMap. updateValue(K key, double initialValueIfAbsent, DoubleToDoubleFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.doubleMutableShortDoubleMap. updateValue(short key, double initialValueIfAbsent, DoubleToDoubleFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not. -
Uses of DoubleToDoubleFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as DoubleToDoubleFunction Modifier and Type Field Description private DoubleToDoubleFunctionCollectDoubleToDoubleIterable. functionMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type DoubleToDoubleFunction Modifier and Type Method Description LazyDoubleIterableAbstractLazyDoubleIterable. collectDouble(DoubleToDoubleFunction function)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type DoubleToDoubleFunction Constructor Description CollectDoubleToDoubleIterable(DoubleIterable iterable, DoubleToDoubleFunction function) -
Uses of DoubleToDoubleFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleToDoubleFunction Modifier and Type Method Description doubleDoubleDoubleHashMap. getIfAbsentPutWithKey(double key, DoubleToDoubleFunction function)doubleSynchronizedDoubleDoubleMap. getIfAbsentPutWithKey(double key, DoubleToDoubleFunction function)doubleUnmodifiableDoubleDoubleMap. getIfAbsentPutWithKey(double key, DoubleToDoubleFunction function)doubleByteDoubleHashMap. updateValue(byte key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleCharDoubleHashMap. updateValue(char key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleDoubleDoubleHashMap. updateValue(double key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleFloatDoubleHashMap. updateValue(float key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleIntDoubleHashMap. updateValue(int key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleLongDoubleHashMap. updateValue(long key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleObjectDoubleHashMap. updateValue(K key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleObjectDoubleHashMapWithHashingStrategy. updateValue(K key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleShortDoubleHashMap. updateValue(short key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleSynchronizedByteDoubleMap. updateValue(byte key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleSynchronizedCharDoubleMap. updateValue(char key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleSynchronizedDoubleDoubleMap. updateValue(double key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleSynchronizedFloatDoubleMap. updateValue(float key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleSynchronizedIntDoubleMap. updateValue(int key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleSynchronizedLongDoubleMap. updateValue(long key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleSynchronizedObjectDoubleMap. updateValue(K key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleSynchronizedShortDoubleMap. updateValue(short key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleUnmodifiableByteDoubleMap. updateValue(byte key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleUnmodifiableCharDoubleMap. updateValue(char key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleUnmodifiableDoubleDoubleMap. updateValue(double key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleUnmodifiableFloatDoubleMap. updateValue(float key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleUnmodifiableIntDoubleMap. updateValue(int key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleUnmodifiableLongDoubleMap. updateValue(long key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleUnmodifiableObjectDoubleMap. updateValue(K key, double initialValueIfAbsent, DoubleToDoubleFunction function)doubleUnmodifiableShortDoubleMap. updateValue(short key, double initialValueIfAbsent, DoubleToDoubleFunction function)
-