Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction
-
Packages that use ObjectCharToObjectFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack 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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
ImmutableCharEmptyBag. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharHashBag. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharSingletonBag. 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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
ImmutableCharArrayList. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharEmptyList. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharSingletonList. 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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
ImmutableByteCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortCharSingletonMap. 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)
<T> T
AbstractMutableCharValuesMap.AbstractCharValuesCollection. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<V> V
ByteCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)
<T> T
CharBooleanHashMap.KeysView. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> 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)
<T> T
ImmutableCharCharMapKeySet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharMapKeySet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> 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)
<T> T
ObjectCharHashMap.ValuesCollection. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<V> V
ObjectCharHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)
<T> T
ObjectCharHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> 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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
ImmutableCharEmptySet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharSingletonSet. 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.ImmutableCharHashSet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
CharHashSet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectCharToObjectFunction in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ObjectCharToObjectFunction Modifier and Type Method Description <T> T
ImmutableCharEmptyStack. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharSingletonStack. 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)
-