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> TCharIterable. 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> TImmutableCharEmptyBag. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharHashBag. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharSingletonBag. 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> TCharHashBag. 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> TAbstractSynchronizedCharCollection. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TAbstractUnmodifiableCharCollection. 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> TAbstractLazyCharIterable. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TLazyCharIterableAdapter. 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> TImmutableCharArrayList. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharEmptyList. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharSingletonList. 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> TCharArrayList. 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> TImmutableByteCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableByteCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableByteCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableIntCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableIntCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableIntCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableLongCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableLongCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableLongCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectCharSingletonMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableShortCharEmptyMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableShortCharHashMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableShortCharSingletonMap. 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> TAbstractMutableCharKeySet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TAbstractMutableCharValuesMap.AbstractCharValuesCollection. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<V> VByteCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)<T> TCharBooleanHashMap.KeysView. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<V> VCharCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)<V> VDoubleCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)<V> VFloatCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)<T> TImmutableCharCharMapKeySet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharMapKeySet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<V> VIntCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)<V> VLongCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)<V> VObjectCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)<T> TObjectCharHashMap.ValuesCollection. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<V> VObjectCharHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)<T> TObjectCharHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<V> VShortCharHashMap. injectInto(V injectedValue, ObjectCharToObjectFunction<? super V,? extends V> function)<T> TSynchronizedByteCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TSynchronizedCharCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TSynchronizedDoubleCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TSynchronizedFloatCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TSynchronizedIntCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TSynchronizedLongCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TSynchronizedObjectCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TSynchronizedShortCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableByteCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableCharCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableDoubleCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableFloatCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableIntCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableLongCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableObjectCharMap. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableShortCharMap. 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> TSynchronizedCharIterable. 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> TImmutableCharEmptySet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharSingletonSet. 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> TCharHashSet.ImmutableCharHashSet. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TCharHashSet. 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> TImmutableCharEmptyStack. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TImmutableCharSingletonStack. 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> TSynchronizedCharStack. injectInto(T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableCharStack. 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> VAbstractCharStack. 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> TCharAdapter. 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> TCharIterableIterate. injectInto(CharIterable iterable, T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)static <T> TCharIteratorIterate. injectInto(CharIterator iterator, T injectedValue, ObjectCharToObjectFunction<? super T,? extends T> function)
-