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> TByteIterable. 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> TImmutableByteEmptyBag. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableByteHashBag. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableByteSingletonBag. 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> TByteHashBag. 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> TAbstractSynchronizedByteCollection. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TAbstractUnmodifiableByteCollection. 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> TAbstractLazyByteIterable. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TLazyByteIterableAdapter. 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> TImmutableByteArrayList. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableByteEmptyList. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableByteSingletonList. 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> TByteArrayList. 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> TImmutableByteByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableByteByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableByteByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableCharByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableCharByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableCharByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableIntByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableIntByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableIntByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableLongByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableLongByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableLongByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectByteSingletonMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableShortByteEmptyMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableShortByteHashMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableShortByteSingletonMap. 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> TAbstractMutableByteKeySet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TAbstractMutableByteValuesMap.AbstractByteValuesCollection. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TByteBooleanHashMap.KeysView. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<V> VByteByteHashMap. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)<V> VCharByteHashMap. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)<V> VDoubleByteHashMap. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)<V> VFloatByteHashMap. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)<T> TImmutableByteByteMapKeySet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableByteMapKeySet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<V> VIntByteHashMap. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)<V> VLongByteHashMap. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)<V> VObjectByteHashMap. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)<T> TObjectByteHashMap.ValuesCollection. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<V> VObjectByteHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)<T> TObjectByteHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<V> VShortByteHashMap. injectInto(V injectedValue, ObjectByteToObjectFunction<? super V,? extends V> function)<T> TSynchronizedByteByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TSynchronizedCharByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TSynchronizedDoubleByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TSynchronizedFloatByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TSynchronizedIntByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TSynchronizedLongByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TSynchronizedObjectByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TSynchronizedShortByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableByteByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableCharByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableDoubleByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableFloatByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableIntByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableLongByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableObjectByteMap. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableShortByteMap. 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> TSynchronizedByteIterable. 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> TImmutableByteEmptySet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableByteSingletonSet. 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> TByteHashSet.ImmutableByteHashSet. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TByteHashSet. 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> TImmutableByteEmptyStack. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TImmutableByteSingletonStack. 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> TSynchronizedByteStack. injectInto(T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableByteStack. 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> VAbstractByteStack. 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> TByteIterableIterate. injectInto(ByteIterable iterable, T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)static <T> TByteIteratorIterate. injectInto(ByteIterator iterator, T injectedValue, ObjectByteToObjectFunction<? super T,? extends T> function)
-