Uses of Interface
org.eclipse.collections.api.block.function.primitive.LongObjectToLongFunction
-
Packages that use LongObjectToLongFunction 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 theImmutableBaginterface.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.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 theMutableCollectioninterface.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterableinterface.org.eclipse.collections.impl.list This package contains implementations of theListIterableinterface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.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 theMutableMapinterface.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 theMutableSortedMapinterface.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.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 LongObjectToLongFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongObjectToLongFunction Modifier and Type Method Description longRichIterable. 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 LongObjectToLongFunction Modifier and Type Method Description longAbstractRichIterable. 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 LongObjectToLongFunction Modifier and Type Method Description longAbstractBag. 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 LongObjectToLongFunction Modifier and Type Method Description longImmutableHashBag. 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 LongObjectToLongFunction Modifier and Type Method Description longAbstractBiMap. 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 LongObjectToLongFunction Modifier and Type Method Description longUnmodifiableBiMap. 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 LongObjectToLongFunction Modifier and Type Class Description private static classAddFunction.AddIntegerToLongFunctionFields in org.eclipse.collections.impl.block.function declared as LongObjectToLongFunction Modifier and Type Field Description static LongObjectToLongFunction<java.lang.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 LongObjectToLongFunction Modifier and Type Field Description private LongObjectToLongFunction<? super T>InjectIntoLongProcedure. functionConstructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type LongObjectToLongFunction Constructor Description InjectIntoLongProcedure(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 LongObjectToLongFunction Modifier and Type Method Description longAbstractSynchronizedRichIterable. 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 LongObjectToLongFunction Modifier and Type Method Description longAbstractCollectionAdapter. 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 LongObjectToLongFunction Modifier and Type Method Description longCollectIterable. 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 LongObjectToLongFunction Modifier and Type Method Description longInterval. injectInto(long injectedValue, LongObjectToLongFunction<? super java.lang.Integer> function) -
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type LongObjectToLongFunction Modifier and Type Method Description longAbstractImmutableList. 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 LongObjectToLongFunction Modifier and Type Method Description longAbstractMutableList. 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 LongObjectToLongFunction Modifier and Type Method Description longImmutableByteObjectEmptyMap. 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 LongObjectToLongFunction Modifier and Type Method Description longUnmodifiableMutableMap. 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 LongObjectToLongFunction Modifier and Type Method Description longByteObjectHashMap. 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 LongObjectToLongFunction Modifier and Type Method Description longUnmodifiableMutableOrderedMap. 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 LongObjectToLongFunction Modifier and Type Method Description longUnmodifiableTreeMap. 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 LongObjectToLongFunction Modifier and Type Method Description longImmutableEmptySet. 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 LongObjectToLongFunction Modifier and Type Method Description longImmutableArrayStack. 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 LongObjectToLongFunction Modifier and Type Method Description longArrayStack. 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 LongObjectToLongFunction Modifier and Type Method Description static <T> longArrayIterate. injectInto(long injectValue, T[] objectArray, LongObjectToLongFunction<? super T> function)static <T> longArrayListIterate. injectInto(long injectValue, java.util.ArrayList<T> list, LongObjectToLongFunction<? super T> function)static <T> longIterate. injectInto(long injectValue, java.lang.Iterable<T> iterable, LongObjectToLongFunction<? super T> function)static <T> longListIterate. injectInto(long injectValue, java.util.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 LongObjectToLongFunction Modifier and Type Method Description static <T> longIterableIterate. injectInto(long injectValue, java.lang.Iterable<T> iterable, LongObjectToLongFunction<? super T> function)static <T> longIteratorIterate. injectInto(long injectValue, java.util.Iterator<T> iterator, LongObjectToLongFunction<? super T> function)static <T> longRandomAccessListIterate. injectInto(long injectValue, java.util.List<T> list, LongObjectToLongFunction<? super T> function)
-