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 |
ByteIterable.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ByteHashBag.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
AbstractSynchronizedByteCollection.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractUnmodifiableByteCollection.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
LazyByteIterableAdapter.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractLazyByteIterable.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ByteArrayList.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SynchronizedDoubleByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedShortByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableCharByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableShortByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedIntByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedLongByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedCharByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedFloatByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedObjectByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableFloatByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableObjectByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableLongByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableIntByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableByteByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractMutableByteKeySet.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedByteByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableDoubleByteMap.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<V> V |
ShortByteHashMap.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
<V> V |
CharByteHashMap.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
<V> V |
DoubleByteHashMap.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
<V> V |
ObjectByteHashMapWithHashingStrategy.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
<V> V |
LongByteHashMap.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
<V> V |
ByteByteHashMap.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
<V> V |
IntByteHashMap.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
<V> V |
ObjectByteHashMap.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
<V> V |
FloatByteHashMap.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SynchronizedByteIterable.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ByteHashSet.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
UnmodifiableByteStack.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedByteStack.injectInto(T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
<V> V |
ByteArrayStack.injectInto(V injectedValue,
ObjectByteToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
ByteIterableIterate.injectInto(ByteIterable iterable,
T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
static <T> T |
ByteIteratorIterate.injectInto(ByteIterator iterator,
T injectedValue,
ObjectByteToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2016. All rights reserved.