Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction
-
Packages that use ObjectDoubleToObjectFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.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.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.internal.primitive -
-
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TDoubleIterable. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TImmutableDoubleEmptyBag. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleHashBag. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleSingletonBag. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TDoubleHashBag. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TAbstractSynchronizedDoubleCollection. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TAbstractUnmodifiableDoubleCollection. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TAbstractLazyDoubleIterable. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TLazyDoubleIterableAdapter. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TImmutableDoubleArrayList. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleEmptyList. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleSingletonList. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TDoubleArrayList. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TImmutableByteDoubleEmptyMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableByteDoubleHashMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableByteDoubleSingletonMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableCharDoubleEmptyMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableCharDoubleHashMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableCharDoubleSingletonMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleDoubleEmptyMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleDoubleHashMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleDoubleSingletonMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatDoubleEmptyMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatDoubleHashMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatDoubleSingletonMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableIntDoubleEmptyMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableIntDoubleHashMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableIntDoubleSingletonMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableLongDoubleEmptyMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableLongDoubleHashMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableLongDoubleSingletonMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectDoubleEmptyMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectDoubleHashMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectDoubleSingletonMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableShortDoubleEmptyMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableShortDoubleHashMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableShortDoubleSingletonMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TAbstractMutableDoubleKeySet. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<V> VByteDoubleHashMap. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function)<V> VCharDoubleHashMap. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function)<T> TDoubleBooleanHashMap.KeysView. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<V> VDoubleDoubleHashMap. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function)<V> VFloatDoubleHashMap. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function)<T> TImmutableDoubleDoubleMapKeySet. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleMapKeySet. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<V> VIntDoubleHashMap. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function)<V> VLongDoubleHashMap. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function)<V> VObjectDoubleHashMap. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function)<T> TObjectDoubleHashMap.ValuesCollection. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<V> VObjectDoubleHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function)<T> TObjectDoubleHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<V> VShortDoubleHashMap. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function)<T> TSynchronizedByteDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TSynchronizedCharDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TSynchronizedDoubleDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TSynchronizedFloatDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TSynchronizedIntDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TSynchronizedLongDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TSynchronizedObjectDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TSynchronizedShortDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableByteDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableCharDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableDoubleDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableFloatDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableIntDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableLongDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableObjectDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableShortDoubleMap. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TSynchronizedDoubleIterable. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TImmutableDoubleEmptySet. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleSingletonSet. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TDoubleHashSet.ImmutableDoubleHashSet. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TDoubleHashSet. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TImmutableDoubleEmptyStack. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleSingletonStack. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <T> TSynchronizedDoubleStack. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableDoubleStack. injectInto(T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description <V> VAbstractDoubleStack. injectInto(V injectedValue, ObjectDoubleToObjectFunction<? super V,? extends V> function) -
Uses of ObjectDoubleToObjectFunction in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ObjectDoubleToObjectFunction Modifier and Type Method Description static <T> TDoubleIterableIterate. injectInto(DoubleIterable iterable, T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)static <T> TDoubleIteratorIterate. injectInto(DoubleIterator iterator, T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)
-