Uses of Interface
org.eclipse.collections.api.block.function.primitive.DoubleObjectToDoubleFunction
-
Packages that use DoubleObjectToDoubleFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBag
interface.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface.org.eclipse.collections.impl.block.function org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.list This package contains implementations of theListIterable
interface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.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 This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
RichIterable. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
Deprecated.since 11.1 - use injectIntoDouble insteaddefault double
RichIterable. injectIntoDouble(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
Returns the final double result of evaluating function using each element of the iterable and the previous evaluation result as the parameters. -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
AbstractRichIterable. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
double
UnmodifiableRichIterable. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
AbstractBag. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
ImmutableHashBag. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
AbstractBiMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
UnmodifiableBiMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.block.function
Classes in org.eclipse.collections.impl.block.function that implement DoubleObjectToDoubleFunction Modifier and Type Class Description private static class
AddFunction.AddDoubleToDoubleFunction
private static class
AddFunction.AddIntegerToDoubleFunction
Fields in org.eclipse.collections.impl.block.function declared as DoubleObjectToDoubleFunction Modifier and Type Field Description static DoubleObjectToDoubleFunction<java.lang.Double>
AddFunction. DOUBLE_TO_DOUBLE
static DoubleObjectToDoubleFunction<java.lang.Integer>
AddFunction. INTEGER_TO_DOUBLE
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as DoubleObjectToDoubleFunction Modifier and Type Field Description private DoubleObjectToDoubleFunction<? super T>
InjectIntoDoubleProcedure. function
Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type DoubleObjectToDoubleFunction Constructor Description InjectIntoDoubleProcedure(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
AbstractSynchronizedRichIterable. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
AbstractCollectionAdapter. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
double
AbstractMultiReaderMutableCollection. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
double
AbstractMultiReaderMutableCollection.UntouchableMutableCollection. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
double
AbstractUnmodifiableMutableCollection. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
CollectIterable. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> f)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.list
Methods in org.eclipse.collections.impl.list with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
Interval. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super java.lang.Integer> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
AbstractImmutableList. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
double
ImmutableEmptyList. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
CompositeFastList. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super E> function)
double
FastList. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
ImmutableByteObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableByteObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableByteObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableCharObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableCharObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableCharObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableDoubleObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableDoubleObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableDoubleObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableFloatObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableFloatObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableFloatObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableIntObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableIntObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableIntObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableLongObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableLongObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableLongObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableShortObjectEmptyMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableShortObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ImmutableShortObjectSingletonMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
UnmodifiableMutableMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
ByteObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
CharObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
DoubleObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
FloatObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
IntObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
LongObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
ShortObjectHashMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
SynchronizedByteObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
SynchronizedCharObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
SynchronizedDoubleObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
SynchronizedFloatObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
SynchronizedIntObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
SynchronizedLongObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
SynchronizedShortObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
UnmodifiableByteObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
UnmodifiableCharObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
UnmodifiableDoubleObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
UnmodifiableFloatObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
UnmodifiableIntObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
UnmodifiableLongObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
double
UnmodifiableShortObjectMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
UnmodifiableMutableOrderedMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
UnmodifiableTreeMap. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super V> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
ImmutableEmptySet. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
ImmutableArrayStack. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction)
Deprecated. -
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description double
ArrayStack. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction)
double
SynchronizedStack. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction)
double
UnmodifiableStack. injectInto(double injectedValue, DoubleObjectToDoubleFunction<? super T> doubleObjectToDoubleFunction)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description static <T> double
ArrayIterate. injectInto(double injectValue, T[] objectArray, DoubleObjectToDoubleFunction<? super T> function)
static <T> double
ArrayListIterate. injectInto(double injectValue, java.util.ArrayList<T> list, DoubleObjectToDoubleFunction<? super T> function)
static <T> double
Iterate. injectInto(double injectValue, java.lang.Iterable<T> iterable, DoubleObjectToDoubleFunction<? super T> function)
static <T> double
ListIterate. injectInto(double injectValue, java.util.List<T> list, DoubleObjectToDoubleFunction<? super T> function)
-
Uses of DoubleObjectToDoubleFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type DoubleObjectToDoubleFunction Modifier and Type Method Description static <T> double
IterableIterate. injectInto(double injectValue, java.lang.Iterable<T> iterable, DoubleObjectToDoubleFunction<? super T> function)
static <T> double
IteratorIterate. injectInto(double injectValue, java.util.Iterator<T> iterator, DoubleObjectToDoubleFunction<? super T> function)
static <T> double
RandomAccessListIterate. injectInto(double injectValue, java.util.List<T> list, DoubleObjectToDoubleFunction<? super T> function)
-