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.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.
|
Modifier and Type | Method and Description |
---|---|
int |
RichIterable.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function)
Returns the final int result of evaluating function using each element of the iterable and the previous evaluation
result as the parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractRichIterable.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
int |
UnmodifiableRichIterable.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
int |
SynchronizedRichIterable.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
int |
AbstractBag.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
int |
ImmutableHashBag.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
int |
AbstractBiMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
Modifier and Type | Method and Description |
---|---|
int |
UnmodifiableBiMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
Modifier and Type | Field and Description |
---|---|
static IntObjectToIntFunction<Integer> |
AddFunction.INTEGER_TO_INT |
Constructor and Description |
---|
InjectIntoIntProcedure(int injectedValue,
IntObjectToIntFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
int |
AbstractSynchronizedRichIterable.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
int |
AbstractCollectionAdapter.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
int |
AbstractMultiReaderMutableCollection.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
int |
AbstractUnmodifiableMutableCollection.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
int |
CollectIterable.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> f) |
Modifier and Type | Method and Description |
---|---|
int |
Interval.injectInto(int injectedValue,
IntObjectToIntFunction<? super Integer> function) |
Modifier and Type | Method and Description |
---|---|
int |
CompositeFastList.injectInto(int injectedValue,
IntObjectToIntFunction<? super E> function) |
int |
FastList.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
int |
AbstractMutableList.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
int |
UnmodifiableMutableMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
Modifier and Type | Method and Description |
---|---|
int |
SynchronizedLongObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
FloatObjectHashMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
UnmodifiableDoubleObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
UnmodifiableCharObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
ShortObjectHashMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
SynchronizedFloatObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
UnmodifiableFloatObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
SynchronizedDoubleObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
SynchronizedByteObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
ByteObjectHashMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
UnmodifiableLongObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
IntObjectHashMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
SynchronizedCharObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
SynchronizedIntObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
UnmodifiableShortObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
LongObjectHashMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
CharObjectHashMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
DoubleObjectHashMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
SynchronizedShortObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
UnmodifiableIntObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
int |
UnmodifiableByteObjectMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
Modifier and Type | Method and Description |
---|---|
int |
UnmodifiableTreeMap.injectInto(int injectedValue,
IntObjectToIntFunction<? super V> function) |
Modifier and Type | Method and Description |
---|---|
int |
ArrayStack.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> intObjectToIntFunction) |
int |
SynchronizedStack.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> intObjectToIntFunction) |
int |
UnmodifiableStack.injectInto(int injectedValue,
IntObjectToIntFunction<? super T> intObjectToIntFunction) |
Modifier and Type | Method and Description |
---|---|
static <T> int |
ArrayListIterate.injectInto(int injectValue,
ArrayList<T> list,
IntObjectToIntFunction<? super T> function) |
static <T> int |
Iterate.injectInto(int injectValue,
Iterable<T> iterable,
IntObjectToIntFunction<? super T> function) |
static <T> int |
ListIterate.injectInto(int injectValue,
List<T> list,
IntObjectToIntFunction<? super T> function) |
static <T> int |
ArrayIterate.injectInto(int injectValue,
T[] objectArray,
IntObjectToIntFunction<? super T> function) |
Modifier and Type | Method and Description |
---|---|
static <T> int |
IterableIterate.injectInto(int injectValue,
Iterable<T> iterable,
IntObjectToIntFunction<? super T> function) |
static <T> int |
IteratorIterate.injectInto(int injectValue,
Iterator<T> iterator,
IntObjectToIntFunction<? super T> function) |
static <T> int |
RandomAccessListIterate.injectInto(int injectValue,
List<T> list,
IntObjectToIntFunction<? super T> function) |
Copyright © 2004–2016. All rights reserved.