Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction
-
Packages that use ObjectShortToObjectFunction 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 ObjectShortToObjectFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TShortIterable. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TImmutableShortEmptyBag. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortHashBag. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortSingletonBag. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TShortHashBag. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TAbstractSynchronizedShortCollection. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TAbstractUnmodifiableShortCollection. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TAbstractLazyShortIterable. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TLazyShortIterableAdapter. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TImmutableShortArrayList. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortEmptyList. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortSingletonList. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TShortArrayList. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TImmutableByteShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableByteShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableByteShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableCharShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableCharShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableCharShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableIntShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableIntShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableIntShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableLongShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableLongShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableLongShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TAbstractMutableShortKeySet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TAbstractMutableShortValuesMap.AbstractShortValuesCollection. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<V> VByteShortHashMap. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)<V> VCharShortHashMap. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)<V> VDoubleShortHashMap. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)<V> VFloatShortHashMap. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)<T> TImmutableShortMapKeySet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortShortMapKeySet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<V> VIntShortHashMap. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)<V> VLongShortHashMap. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)<V> VObjectShortHashMap. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)<T> TObjectShortHashMap.ValuesCollection. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<V> VObjectShortHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)<T> TObjectShortHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TShortBooleanHashMap.KeysView. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<V> VShortShortHashMap. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)<T> TSynchronizedByteShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TSynchronizedCharShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TSynchronizedDoubleShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TSynchronizedFloatShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TSynchronizedIntShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TSynchronizedLongShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TSynchronizedObjectShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TSynchronizedShortShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableByteShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableCharShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableDoubleShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableFloatShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableIntShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableLongShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableObjectShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableShortShortMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TSynchronizedShortIterable. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TImmutableShortEmptySet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortSingletonSet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TShortHashSet.ImmutableShortHashSet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TShortHashSet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TImmutableShortEmptyStack. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TImmutableShortSingletonStack. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> TSynchronizedShortStack. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableShortStack. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <V> VAbstractShortStack. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description static <T> TShortIterableIterate. injectInto(ShortIterable iterable, T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)static <T> TShortIteratorIterate. injectInto(ShortIterator iterator, T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
-