Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectByteToObjectFunction
-
Packages that use ObjectByteToObjectFunction 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.utility.internal.primitive -
-
Uses of ObjectByteToObjectFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ObjectByteToObjectFunction Modifier and Type Method Description <T> T
ByteIterable. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ObjectByteToObjectFunction Modifier and Type Method Description <T> T
ImmutableByteEmptyBag. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteHashBag. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteSingletonBag. 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 ObjectByteToObjectFunction Modifier and Type Method Description <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 ObjectByteToObjectFunction Modifier and Type Method Description <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 ObjectByteToObjectFunction Modifier and Type Method Description <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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ObjectByteToObjectFunction Modifier and Type Method Description <T> T
ImmutableByteArrayList. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteEmptyList. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteSingletonList. 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 ObjectByteToObjectFunction Modifier and Type Method Description <T> T
ByteArrayList. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectByteToObjectFunction Modifier and Type Method Description <T> T
ImmutableByteByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortByteSingletonMap. 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 ObjectByteToObjectFunction Modifier and Type Method Description <T> T
AbstractMutableByteKeySet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
AbstractMutableByteValuesMap.AbstractByteValuesCollection. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ByteBooleanHashMap.KeysView. 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)
<T> T
ImmutableByteByteMapKeySet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteMapKeySet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> 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)
<T> T
ObjectByteHashMap.ValuesCollection. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<V> V
ObjectByteHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)
<T> T
ObjectByteHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> 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 ObjectByteToObjectFunction Modifier and Type Method Description <T> T
SynchronizedByteIterable. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ObjectByteToObjectFunction Modifier and Type Method Description <T> T
ImmutableByteEmptySet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteSingletonSet. 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 ObjectByteToObjectFunction Modifier and Type Method Description <T> T
ByteHashSet.ImmutableByteHashSet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ByteHashSet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectByteToObjectFunction in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ObjectByteToObjectFunction Modifier and Type Method Description <T> T
ImmutableByteEmptyStack. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteSingletonStack. 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 ObjectByteToObjectFunction Modifier and Type Method Description <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 ObjectByteToObjectFunction Modifier and Type Method Description <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 ObjectByteToObjectFunction Modifier and Type Method Description static <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)
-