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.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.stack.primitive | |
org.eclipse.collections.impl.utility.internal.primitive |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
DoubleIterable.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
DoubleHashBag.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractSynchronizedDoubleCollection.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
AbstractUnmodifiableDoubleCollection.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractLazyDoubleIterable.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
LazyDoubleIterableAdapter.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
DoubleArrayList.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractMutableDoubleKeySet.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<V> V |
ByteDoubleHashMap.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
|
<V> V |
CharDoubleHashMap.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
|
<V> V |
DoubleDoubleHashMap.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
|
<V> V |
FloatDoubleHashMap.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
|
<V> V |
IntDoubleHashMap.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
|
<V> V |
LongDoubleHashMap.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
|
<V> V |
ObjectDoubleHashMap.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
|
<V> V |
ObjectDoubleHashMapWithHashingStrategy.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
|
<V> V |
ShortDoubleHashMap.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
|
<T> T |
SynchronizedByteDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedCharDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedDoubleDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedFloatDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedIntDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedLongDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedObjectDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedShortDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableByteDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableCharDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableDoubleDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableFloatDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableIntDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableLongDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableObjectDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableShortDoubleMap.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
SynchronizedDoubleIterable.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
DoubleHashSet.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
SynchronizedDoubleStack.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableDoubleStack.injectInto(T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<V> V |
AbstractDoubleStack.injectInto(V injectedValue,
ObjectDoubleToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method | Description |
---|---|---|
static <T> T |
DoubleIterableIterate.injectInto(DoubleIterable iterable,
T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
|
static <T> T |
DoubleIteratorIterate.injectInto(DoubleIterator iterator,
T injectedValue,
ObjectDoubleToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2019. All rights reserved.