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.string.immutable | |
org.eclipse.collections.impl.utility.internal.primitive |
Modifier and Type | Method and Description |
---|---|
<T> T |
CharIterable.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
CharHashBag.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
AbstractSynchronizedCharCollection.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractUnmodifiableCharCollection.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
LazyCharIterableAdapter.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractLazyCharIterable.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
CharArrayList.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SynchronizedObjectCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedIntCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
AbstractMutableCharKeySet.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableLongCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableDoubleCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedDoubleCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableByteCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedLongCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedShortCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedByteCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableFloatCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableIntCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableCharCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableObjectCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedFloatCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
UnmodifiableShortCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedCharCharMap.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<V> V |
CharCharHashMap.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
<V> V |
FloatCharHashMap.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
<V> V |
DoubleCharHashMap.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
<V> V |
IntCharHashMap.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
<V> V |
ByteCharHashMap.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
<V> V |
LongCharHashMap.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
<V> V |
ShortCharHashMap.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
<V> V |
ObjectCharHashMap.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
<V> V |
ObjectCharHashMapWithHashingStrategy.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
SynchronizedCharIterable.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
CharHashSet.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
UnmodifiableCharStack.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<T> T |
SynchronizedCharStack.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
<V> V |
CharArrayStack.injectInto(V injectedValue,
ObjectCharToObjectFunction<? super V,? extends V> function) |
Modifier and Type | Method and Description |
---|---|
<T> T |
CharAdapter.injectInto(T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
CharIterableIterate.injectInto(CharIterable iterable,
T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
static <T> T |
CharIteratorIterate.injectInto(CharIterator iterator,
T injectedValue,
ObjectCharToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2016. All rights reserved.