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> T
ShortIterable. 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> T
ImmutableShortEmptyBag. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortHashBag. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortSingletonBag. 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> T
ShortHashBag. 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> 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
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> T
ImmutableShortArrayList. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortEmptyList. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortSingletonList. 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> T
ShortArrayList. 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> T
ImmutableByteShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectShortSingletonMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortShortEmptyMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortShortHashMap. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortShortSingletonMap. 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> T
AbstractMutableShortKeySet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
AbstractMutableShortValuesMap.AbstractShortValuesCollection. 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)
<T> T
ImmutableShortMapKeySet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortShortMapKeySet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> 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)
<T> T
ObjectShortHashMap.ValuesCollection. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<V> V
ObjectShortHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectShortToObjectFunction<? super V,? extends V> function)
<T> T
ObjectShortHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ShortBooleanHashMap.KeysView. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> 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
Methods in org.eclipse.collections.impl.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> T
SynchronizedShortIterable. 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> T
ImmutableShortEmptySet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortSingletonSet. 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> T
ShortHashSet.ImmutableShortHashSet. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ShortHashSet. 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> T
ImmutableShortEmptyStack. injectInto(T injectedValue, ObjectShortToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortSingletonStack. 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> 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
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <V> V
AbstractShortStack. 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> 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)
-