Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectCharIntToObjectFunction
| Package | Description |
|---|---|
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list 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 |
-
Uses of ObjectCharIntToObjectFunction in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type ObjectCharIntToObjectFunction Modifier and Type Method Description <T> TOrderedCharIterable. injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function)<T> TReversibleCharIterable. injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function) -
Uses of ObjectCharIntToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ObjectCharIntToObjectFunction Modifier and Type Method Description <T> TCharArrayList. injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function)<T> TSynchronizedCharList. injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableCharList. injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function) -
Uses of ObjectCharIntToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ObjectCharIntToObjectFunction Modifier and Type Method Description <T> TSynchronizedCharStack. injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableCharStack. injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function) -
Uses of ObjectCharIntToObjectFunction in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ObjectCharIntToObjectFunction Modifier and Type Method Description <T> TAbstractCharStack. injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function) -
Uses of ObjectCharIntToObjectFunction in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable with parameters of type ObjectCharIntToObjectFunction Modifier and Type Method Description <T> TCharAdapter. injectIntoWithIndex(T injectedValue, ObjectCharIntToObjectFunction<? super T,? extends T> function)