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 |
FloatIterable.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
FloatHashBag.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractSynchronizedFloatCollection.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
AbstractUnmodifiableFloatCollection.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractLazyFloatIterable.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
LazyFloatIterableAdapter.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
FloatArrayList.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
AbstractMutableFloatKeySet.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<V> V |
ByteFloatHashMap.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
|
<V> V |
CharFloatHashMap.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
|
<V> V |
DoubleFloatHashMap.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
|
<V> V |
FloatFloatHashMap.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
|
<V> V |
IntFloatHashMap.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
|
<V> V |
LongFloatHashMap.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
|
<V> V |
ObjectFloatHashMap.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
|
<V> V |
ObjectFloatHashMapWithHashingStrategy.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
|
<V> V |
ShortFloatHashMap.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
|
<T> T |
SynchronizedByteFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedCharFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedDoubleFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedFloatFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedIntFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedLongFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedObjectFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
SynchronizedShortFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableByteFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableCharFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableDoubleFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableFloatFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableIntFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableLongFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableObjectFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableShortFloatMap.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
SynchronizedFloatIterable.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
FloatHashSet.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
SynchronizedFloatStack.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
<T> T |
UnmodifiableFloatStack.injectInto(T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method | Description |
---|---|---|
<V> V |
AbstractFloatStack.injectInto(V injectedValue,
ObjectFloatToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method | Description |
---|---|---|
static <T> T |
FloatIterableIterate.injectInto(FloatIterable iterable,
T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
|
static <T> T |
FloatIteratorIterate.injectInto(FloatIterator iterator,
T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2019. All rights reserved.