Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction
-
Packages that use ObjectLongToObjectFunction 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.list.primitive This package contains implementations of the 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 ObjectLongToObjectFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
LongIterable. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
ImmutableLongEmptyBag. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongHashBag. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongSingletonBag. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
LongHashBag. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
AbstractSynchronizedLongCollection. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
AbstractUnmodifiableLongCollection. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
AbstractLazyLongIterable. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
LazyLongIterableAdapter. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
ImmutableLongArrayList. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongEmptyList. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongSingletonList. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
LongArrayList. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
LongInterval. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
ImmutableByteLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableByteLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableCharLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableDoubleLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableFloatLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableIntLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableObjectLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableShortLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
AbstractMutableLongKeySet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
AbstractMutableLongValuesMap.AbstractLongValuesCollection. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<V> V
ByteLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
<V> V
CharLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
<V> V
DoubleLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
<V> V
FloatLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
<T> T
ImmutableLongLongMapKeySet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongMapKeySet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<V> V
IntLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
<T> T
LongBooleanHashMap.KeysView. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<V> V
LongLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
<V> V
ObjectLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
<T> T
ObjectLongHashMap.ValuesCollection. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<V> V
ObjectLongHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
<T> T
ObjectLongHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<V> V
ShortLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
<T> T
SynchronizedByteLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedCharLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedDoubleLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedFloatLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedIntLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedLongLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedObjectLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
SynchronizedShortLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableByteLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableCharLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableDoubleLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableFloatLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableIntLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableLongLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableObjectLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableShortLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
SynchronizedLongIterable. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
ImmutableLongEmptySet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongSingletonSet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
LongHashSet.ImmutableLongHashSet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
LongHashSet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
ImmutableLongEmptyStack. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
ImmutableLongSingletonStack. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <T> T
SynchronizedLongStack. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
<T> T
UnmodifiableLongStack. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description <V> V
AbstractLongStack. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)
-
Uses of ObjectLongToObjectFunction in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ObjectLongToObjectFunction Modifier and Type Method Description static <T> T
LongIterableIterate. injectInto(LongIterable iterable, T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
static <T> T
LongIteratorIterate. injectInto(LongIterator iterator, T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-