Uses of Interface
org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction
Packages that use LongObjectToLongFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag interface.This package contains implementations of the
MutableBiMap interface.This package contains implementations of primitive procedures.
This package contains implementations of the
MutableCollection interface.This package contains implementations of the
LazyIterable interface.This package contains implementations of the
ListIterable interface.This package contains implementations of the
ImmutableList interface.This package contains implementations of the
MutableList interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap interface.This package contains the implementations of
ImmutableSet.This package contains implementations of the
ImmutableStack interface.This package contains implementations of the
MutableStack interface.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of LongObjectToLongFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongRichIterable.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) Deprecated.since 11.1 - use injectIntoLong insteaddefault longRichIterable.injectIntoLong(long injectedValue, LongObjectToLongFunction<? super T> function) Returns the final long result of evaluating function using each element of the iterable and the previous evaluation result as the parameters. -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongAbstractRichIterable.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) longUnmodifiableRichIterable.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongAbstractBag.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongImmutableHashBag.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongAbstractBiMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongUnmodifiableBiMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.block.function
Classes in org.eclipse.collections.impl.block.function that implement LongObjectToLongFunctionFields in org.eclipse.collections.impl.block.function declared as LongObjectToLongFunctionModifier and TypeFieldDescriptionstatic final LongObjectToLongFunction<Integer> AddFunction.INTEGER_TO_LONG -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as LongObjectToLongFunctionModifier and TypeFieldDescriptionprivate final LongObjectToLongFunction<? super T> InjectIntoLongProcedure.functionConstructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type LongObjectToLongFunctionModifierConstructorDescriptionInjectIntoLongProcedure(long injectedValue, LongObjectToLongFunction<? super T> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongAbstractSynchronizedRichIterable.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongAbstractCollectionAdapter.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) longAbstractMultiReaderMutableCollection.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) longAbstractMultiReaderMutableCollection.UntouchableMutableCollection.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) longAbstractUnmodifiableMutableCollection.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongCollectIterable.injectInto(long injectedValue, LongObjectToLongFunction<? super V> f) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.list
Methods in org.eclipse.collections.impl.list with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongInterval.injectInto(long injectedValue, LongObjectToLongFunction<? super Integer> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongAbstractImmutableList.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) longImmutableEmptyList.injectInto(long injectedValue, LongObjectToLongFunction<? super T> longObjectToLongFunction) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongAbstractMutableList.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) longCompositeFastList.injectInto(long injectedValue, LongObjectToLongFunction<? super E> function) longFastList.injectInto(long injectedValue, LongObjectToLongFunction<? super T> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongImmutableByteObjectEmptyMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableByteObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableByteObjectSingletonMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableCharObjectEmptyMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableCharObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableCharObjectSingletonMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableDoubleObjectEmptyMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableDoubleObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableDoubleObjectSingletonMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableFloatObjectEmptyMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableFloatObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableFloatObjectSingletonMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableIntObjectEmptyMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableIntObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableIntObjectSingletonMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableLongObjectEmptyMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableLongObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableLongObjectSingletonMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableShortObjectEmptyMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableShortObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longImmutableShortObjectSingletonMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongUnmodifiableMutableMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongByteObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longCharObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longDoubleObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longFloatObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longIntObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longLongObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longShortObjectHashMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longSynchronizedByteObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longSynchronizedCharObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longSynchronizedDoubleObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longSynchronizedFloatObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longSynchronizedIntObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longSynchronizedLongObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longSynchronizedShortObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longUnmodifiableByteObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longUnmodifiableCharObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longUnmodifiableDoubleObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longUnmodifiableFloatObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longUnmodifiableIntObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longUnmodifiableLongObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) longUnmodifiableShortObjectMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongUnmodifiableMutableOrderedMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongUnmodifiableTreeMap.injectInto(long injectedValue, LongObjectToLongFunction<? super V> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongImmutableEmptySet.injectInto(long injectedValue, LongObjectToLongFunction<? super T> longObjectToLongFunction) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongImmutableArrayStack.injectInto(long injectedValue, LongObjectToLongFunction<? super T> longObjectToLongFunction) Deprecated. -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionlongArrayStack.injectInto(long injectedValue, LongObjectToLongFunction<? super T> longObjectToLongFunction) longSynchronizedStack.injectInto(long injectedValue, LongObjectToLongFunction<? super T> longObjectToLongFunction) longUnmodifiableStack.injectInto(long injectedValue, LongObjectToLongFunction<? super T> longObjectToLongFunction) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionstatic <T> longArrayIterate.injectInto(long injectValue, T[] objectArray, LongObjectToLongFunction<? super T> function) static <T> longArrayListIterate.injectInto(long injectValue, ArrayList<T> list, LongObjectToLongFunction<? super T> function) static <T> longIterate.injectInto(long injectValue, Iterable<T> iterable, LongObjectToLongFunction<? super T> function) static <T> longListIterate.injectInto(long injectValue, List<T> list, LongObjectToLongFunction<? super T> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type LongObjectToLongFunctionModifier and TypeMethodDescriptionstatic <T> longIterableIterate.injectInto(long injectValue, Iterable<T> iterable, LongObjectToLongFunction<? super T> function) static <T> longIteratorIterate.injectInto(long injectValue, Iterator<T> iterator, LongObjectToLongFunction<? super T> function) static <T> longRandomAccessListIterate.injectInto(long injectValue, List<T> list, LongObjectToLongFunction<? super T> function)