Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectShortToObjectFunction
Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
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.mutable.primitive |
This package contains implementations of the mutable primitive list 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.mutable.primitive |
This package contains implementations of the mutable primitive set 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.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.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.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)
<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
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.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ObjectShortToObjectFunction Modifier and Type Method Description <T> T
ShortHashSet. 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)