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.utility.internal.primitive |
Modifier and Type | Method and Description |
---|---|
<T> T |
LongIterable.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
LongHashBag.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
AbstractUnmodifiableLongCollection.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractSynchronizedLongCollection.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
LazyLongIterableAdapter.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractLazyLongIterable.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
LongArrayList.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SynchronizedIntLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedLongLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedDoubleLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableCharLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableShortLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableIntLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractMutableLongKeySet.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedObjectLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableObjectLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedCharLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableDoubleLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedFloatLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableByteLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableFloatLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedByteLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableLongLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedShortLongMap.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<V> V |
CharLongHashMap.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
<V> V |
ByteLongHashMap.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
<V> V |
ShortLongHashMap.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
<V> V |
FloatLongHashMap.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
<V> V |
IntLongHashMap.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
<V> V |
LongLongHashMap.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
<V> V |
ObjectLongHashMap.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
<V> V |
ObjectLongHashMapWithHashingStrategy.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
<V> V |
DoubleLongHashMap.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SynchronizedLongIterable.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
LongHashSet.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
UnmodifiableLongStack.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedLongStack.injectInto(T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
<V> V |
LongArrayStack.injectInto(V injectedValue,
ObjectLongToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
LongIterableIterate.injectInto(LongIterable iterable,
T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
static <T> T |
LongIteratorIterate.injectInto(LongIterator iterator,
T injectedValue,
ObjectLongToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2016. All rights reserved.