Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction
Packages that use ObjectByteToObjectFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ObjectByteToObjectFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<T> T
ByteIterable.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<T> T
ByteHashBag.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<T> T
AbstractSynchronizedByteCollection.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
AbstractUnmodifiableByteCollection.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<T> T
AbstractLazyByteIterable.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
LazyByteIterableAdapter.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<T> T
ByteArrayList.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<T> T
AbstractMutableByteKeySet.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <V> V
ByteByteHashMap.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) <V> V
CharByteHashMap.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) <V> V
DoubleByteHashMap.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) <V> V
FloatByteHashMap.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) <V> V
IntByteHashMap.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) <V> V
LongByteHashMap.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) <V> V
ObjectByteHashMap.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) <V> V
ObjectByteHashMapWithHashingStrategy.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) <V> V
ShortByteHashMap.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) <T> T
SynchronizedByteByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedCharByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedDoubleByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedFloatByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedIntByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedLongByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedObjectByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedShortByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableByteByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableCharByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableDoubleByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableFloatByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableIntByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableLongByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableObjectByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableShortByteMap.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<T> T
SynchronizedByteIterable.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<T> T
ByteHashSet.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<T> T
SynchronizedByteStack.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableByteStack.injectInto
(T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescription<V> V
AbstractByteStack.injectInto
(V injectedValue, ObjectByteToObjectFunction<? super V, ? extends V> function) -
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ObjectByteToObjectFunctionModifier and TypeMethodDescriptionstatic <T> T
ByteIterableIterate.injectInto
(ByteIterable iterable, T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function) static <T> T
ByteIteratorIterate.injectInto
(ByteIterator iterator, T injectedValue, ObjectByteToObjectFunction<? super T, ? extends T> function)