Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction
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 ObjectShortToObjectFunction in org.eclipse.collections.api
Modifier and TypeMethodDescription<T> T
ShortIterable.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.bag.mutable.primitive
Modifier and TypeMethodDescription<T> T
ShortHashBag.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.collection.mutable.primitive
Modifier and TypeMethodDescription<T> T
AbstractSynchronizedShortCollection.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
AbstractUnmodifiableShortCollection.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.lazy.primitive
Modifier and TypeMethodDescription<T> T
AbstractLazyShortIterable.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
LazyShortIterableAdapter.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Modifier and TypeMethodDescription<T> T
ShortArrayList.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescription<T> T
AbstractMutableShortKeySet.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <V> V
ByteShortHashMap.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) <V> V
CharShortHashMap.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) <V> V
DoubleShortHashMap.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) <V> V
FloatShortHashMap.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) <V> V
IntShortHashMap.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) <V> V
LongShortHashMap.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) <V> V
ObjectShortHashMap.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) <V> V
ObjectShortHashMapWithHashingStrategy.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) <V> V
ShortShortHashMap.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) <T> T
SynchronizedByteShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedCharShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedDoubleShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedFloatShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedIntShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedLongShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedObjectShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedShortShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableByteShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableCharShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableDoubleShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableFloatShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableIntShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableLongShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableObjectShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableShortShortMap.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.primitive
Modifier and TypeMethodDescription<T> T
SynchronizedShortIterable.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.set.mutable.primitive
Modifier and TypeMethodDescription<T> T
ShortHashSet.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Modifier and TypeMethodDescription<T> T
SynchronizedShortStack.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableShortStack.injectInto
(T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.stack.primitive
Modifier and TypeMethodDescription<V> V
AbstractShortStack.injectInto
(V injectedValue, ObjectShortToObjectFunction<? super V, ? extends V> function) -
Uses of ObjectShortToObjectFunction in org.eclipse.collections.impl.utility.internal.primitive
Modifier and TypeMethodDescriptionstatic <T> T
ShortIterableIterate.injectInto
(ShortIterable iterable, T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) static <T> T
ShortIteratorIterate.injectInto
(ShortIterator iterator, T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function)