Uses of Interface
org.eclipse.collections.api.block.function.primitive.DoubleFunction0
Packages that use DoubleFunction0
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of DoubleFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleFunction0Modifier and TypeMethodDescriptiondoubleMutableByteDoubleMap.getIfAbsentPut(byte key, DoubleFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.doubleMutableCharDoubleMap.getIfAbsentPut(char key, DoubleFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.doubleMutableDoubleDoubleMap.getIfAbsentPut(double key, DoubleFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.doubleMutableFloatDoubleMap.getIfAbsentPut(float key, DoubleFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.doubleMutableIntDoubleMap.getIfAbsentPut(int key, DoubleFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.doubleMutableLongDoubleMap.getIfAbsentPut(long key, DoubleFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.doubleMutableObjectDoubleMap.getIfAbsentPut(K key, DoubleFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.doubleMutableShortDoubleMap.getIfAbsentPut(short key, DoubleFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key. -
Uses of DoubleFunction0 in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleFunction0Modifier and TypeMethodDescriptiondoubleByteDoubleHashMap.getIfAbsentPut(byte key, DoubleFunction0 function) doubleCharDoubleHashMap.getIfAbsentPut(char key, DoubleFunction0 function) doubleDoubleDoubleHashMap.getIfAbsentPut(double key, DoubleFunction0 function) doubleFloatDoubleHashMap.getIfAbsentPut(float key, DoubleFunction0 function) doubleIntDoubleHashMap.getIfAbsentPut(int key, DoubleFunction0 function) doubleLongDoubleHashMap.getIfAbsentPut(long key, DoubleFunction0 function) doubleObjectDoubleHashMap.getIfAbsentPut(K key, DoubleFunction0 function) doubleObjectDoubleHashMapWithHashingStrategy.getIfAbsentPut(K key, DoubleFunction0 function) doubleShortDoubleHashMap.getIfAbsentPut(short key, DoubleFunction0 function) doubleSynchronizedByteDoubleMap.getIfAbsentPut(byte key, DoubleFunction0 function) doubleSynchronizedCharDoubleMap.getIfAbsentPut(char key, DoubleFunction0 function) doubleSynchronizedDoubleDoubleMap.getIfAbsentPut(double key, DoubleFunction0 function) doubleSynchronizedFloatDoubleMap.getIfAbsentPut(float key, DoubleFunction0 function) doubleSynchronizedIntDoubleMap.getIfAbsentPut(int key, DoubleFunction0 function) doubleSynchronizedLongDoubleMap.getIfAbsentPut(long key, DoubleFunction0 function) doubleSynchronizedObjectDoubleMap.getIfAbsentPut(K key, DoubleFunction0 function) doubleSynchronizedShortDoubleMap.getIfAbsentPut(short key, DoubleFunction0 function) doubleUnmodifiableByteDoubleMap.getIfAbsentPut(byte key, DoubleFunction0 function) doubleUnmodifiableCharDoubleMap.getIfAbsentPut(char key, DoubleFunction0 function) doubleUnmodifiableDoubleDoubleMap.getIfAbsentPut(double key, DoubleFunction0 function) doubleUnmodifiableFloatDoubleMap.getIfAbsentPut(float key, DoubleFunction0 function) doubleUnmodifiableIntDoubleMap.getIfAbsentPut(int key, DoubleFunction0 function) doubleUnmodifiableLongDoubleMap.getIfAbsentPut(long key, DoubleFunction0 function) doubleUnmodifiableObjectDoubleMap.getIfAbsentPut(K key, DoubleFunction0 function) doubleUnmodifiableShortDoubleMap.getIfAbsentPut(short key, DoubleFunction0 function)