Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
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.primitive | |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.string.immutable | |
org.eclipse.collections.impl.utility.internal.primitive |
Modifier and Type | Method and Description |
---|---|
<T> T |
IntIterable.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
IntHashBag.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
AbstractUnmodifiableIntCollection.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractSynchronizedIntCollection.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
LazyIntIterableAdapter.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractLazyIntIterable.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
IntArrayList.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
IntInterval.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SynchronizedFloatIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedObjectIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableByteIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedShortIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedCharIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableShortIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedDoubleIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedByteIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableCharIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedLongIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractMutableIntKeySet.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableIntIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableFloatIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableLongIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableObjectIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableDoubleIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedIntIntMap.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<V> V |
LongIntHashMap.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
<V> V |
ObjectIntHashMapWithHashingStrategy.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
<V> V |
FloatIntHashMap.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
<V> V |
DoubleIntHashMap.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
<V> V |
IntIntHashMap.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
<V> V |
ByteIntHashMap.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
<V> V |
ObjectIntHashMap.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
<V> V |
CharIntHashMap.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
<V> V |
ShortIntHashMap.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SynchronizedIntIterable.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
IntHashSet.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
UnmodifiableIntStack.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedIntStack.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<V> V |
IntArrayStack.injectInto(V injectedValue,
ObjectIntToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
CodePointList.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
<T> T |
CodePointAdapter.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
IntIterableIterate.injectInto(IntIterable iterable,
T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
static <T> T |
IntIteratorIterate.injectInto(IntIterator iterator,
T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2016. All rights reserved.