Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction
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.string.immutable | |
org.eclipse.collections.impl.utility.internal.primitive |
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
CharIterable. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
CharHashBag. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method 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)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
AbstractLazyCharIterable. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
LazyCharIterableAdapter. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
CharArrayList. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
AbstractMutableCharKeySet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<V> V
ByteCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)
<V> V
CharCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)
<V> V
DoubleCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)
<V> V
FloatCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)
<V> V
IntCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)
<V> V
LongCharHashMap. 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)
<V> V
ShortCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)
<T> T
SynchronizedByteCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedCharCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedDoubleCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedFloatCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedIntCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedLongCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedObjectCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedShortCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableByteCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableCharCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableDoubleCharMap. 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
UnmodifiableLongCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableObjectCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableShortCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
SynchronizedCharIterable. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
CharHashSet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
SynchronizedCharStack. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableCharStack. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <V> V
AbstractCharStack. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
CharAdapter. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method 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)