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 longRichIterable. 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 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
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 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)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 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 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.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.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, 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 LongObjectToLongFunction Modifier and Type Method Description static <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)