Uses of Interface
org.eclipse.collections.api.block.function.primitive.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 the
ImmutableBag interface. |
org.eclipse.collections.impl.bimap | |
org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap 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 the
MutableCollection interface. |
org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
org.eclipse.collections.impl.list |
This package contains implementations of the
ListIterable interface. |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap 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 the
MutableSortedMap interface. |
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack 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)
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
Fields in org.eclipse.collections.impl.block.function declared as LongObjectToLongFunction Modifier and Type Field Description static LongObjectToLongFunction<Integer>
AddFunction. INTEGER_TO_LONG
-
Uses of LongObjectToLongFunction in org.eclipse.collections.impl.block.procedure.primitive
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
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 Integer> function)
-
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.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.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, ArrayList<T> list, LongObjectToLongFunction<? super T> function)
static <T> long
Iterate. injectInto(long injectValue, Iterable<T> iterable, LongObjectToLongFunction<? super T> function)
static <T> long
ListIterate. 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 LongObjectToLongFunction Modifier and Type Method Description static <T> long
IterableIterate. injectInto(long injectValue, Iterable<T> iterable, LongObjectToLongFunction<? super T> function)
static <T> long
IteratorIterate. injectInto(long injectValue, Iterator<T> iterator, LongObjectToLongFunction<? super T> function)
static <T> long
RandomAccessListIterate. injectInto(long injectValue, List<T> list, LongObjectToLongFunction<? super T> function)