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 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 LongObjectToLongFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongObjectToLongFunction Modifier and Type Method Description long
RichIterable. injectInto(long injectedValue, LongObjectToLongFunction<? super T> function)
Deprecated.since 11.1 - use injectIntoLong insteaddefault long
RichIterable. 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 long
AbstractRichIterable. injectInto(long injectedValue, LongObjectToLongFunction<? super T> function)
long
UnmodifiableRichIterable. 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 long
AbstractBag. 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 long
ImmutableHashBag. 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 long
AbstractBiMap. 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 long
UnmodifiableBiMap. 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 class
AddFunction.AddIntegerToLongFunction
Fields 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. function
Constructors 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 long
AbstractSynchronizedRichIterable. 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 long
AbstractCollectionAdapter. injectInto(long injectedValue, LongObjectToLongFunction<? super T> function)
long
AbstractMultiReaderMutableCollection. injectInto(long injectedValue, LongObjectToLongFunction<? super T> function)
long
AbstractMultiReaderMutableCollection.UntouchableMutableCollection. injectInto(long injectedValue, LongObjectToLongFunction<? super T> function)
long
AbstractUnmodifiableMutableCollection. 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 long
CollectIterable. 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 long
Interval. 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 long
AbstractImmutableList. injectInto(long injectedValue, LongObjectToLongFunction<? super T> function)
long
ImmutableEmptyList. 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 long
AbstractMutableList. injectInto(long injectedValue, LongObjectToLongFunction<? super T> function)
long
CompositeFastList. injectInto(long injectedValue, LongObjectToLongFunction<? super E> function)
long
FastList. 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 long
ImmutableByteObjectEmptyMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableByteObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableByteObjectSingletonMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableCharObjectEmptyMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableCharObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableCharObjectSingletonMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableDoubleObjectEmptyMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableDoubleObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableDoubleObjectSingletonMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableFloatObjectEmptyMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableFloatObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableFloatObjectSingletonMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableIntObjectEmptyMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableIntObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableIntObjectSingletonMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableLongObjectEmptyMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableLongObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableLongObjectSingletonMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableShortObjectEmptyMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableShortObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ImmutableShortObjectSingletonMap. 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 long
UnmodifiableMutableMap. 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 long
ByteObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
CharObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
DoubleObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
FloatObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
IntObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
LongObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
ShortObjectHashMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
SynchronizedByteObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
SynchronizedCharObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
SynchronizedDoubleObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
SynchronizedFloatObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
SynchronizedIntObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
SynchronizedLongObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
SynchronizedShortObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
UnmodifiableByteObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
UnmodifiableCharObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
UnmodifiableDoubleObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
UnmodifiableFloatObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
UnmodifiableIntObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
UnmodifiableLongObjectMap. injectInto(long injectedValue, LongObjectToLongFunction<? super V> function)
long
UnmodifiableShortObjectMap. 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 long
UnmodifiableMutableOrderedMap. 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 long
UnmodifiableTreeMap. 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 long
ImmutableEmptySet. 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 long
ImmutableArrayStack. 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 long
ArrayStack. injectInto(long injectedValue, LongObjectToLongFunction<? super T> longObjectToLongFunction)
long
SynchronizedStack. injectInto(long injectedValue, LongObjectToLongFunction<? super T> longObjectToLongFunction)
long
UnmodifiableStack. 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> long
ArrayIterate. injectInto(long injectValue, T[] objectArray, LongObjectToLongFunction<? super T> function)
static <T> long
ArrayListIterate. injectInto(long injectValue, java.util.ArrayList<T> list, LongObjectToLongFunction<? super T> function)
static <T> long
Iterate. injectInto(long injectValue, java.lang.Iterable<T> iterable, LongObjectToLongFunction<? super T> function)
static <T> long
ListIterate. 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> long
IterableIterate. injectInto(long injectValue, java.lang.Iterable<T> iterable, LongObjectToLongFunction<? super T> function)
static <T> long
IteratorIterate. injectInto(long injectValue, java.util.Iterator<T> iterator, LongObjectToLongFunction<? super T> function)
static <T> long
RandomAccessListIterate. injectInto(long injectValue, java.util.List<T> list, LongObjectToLongFunction<? super T> function)
-