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> TLongIterable. 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> TImmutableLongEmptyBag. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongHashBag. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongSingletonBag. 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> TLongHashBag. 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> TAbstractSynchronizedLongCollection. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TAbstractUnmodifiableLongCollection. 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> TAbstractLazyLongIterable. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TLazyLongIterableAdapter. 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> TImmutableLongArrayList. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongEmptyList. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongSingletonList. 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> TLongArrayList. 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> TLongInterval. 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> TImmutableByteLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableByteLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableByteLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableCharLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableCharLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableCharLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableDoubleLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableFloatLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableIntLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableIntLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableIntLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableObjectLongSingletonMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableShortLongEmptyMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableShortLongHashMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableShortLongSingletonMap. 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> TAbstractMutableLongKeySet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TAbstractMutableLongValuesMap.AbstractLongValuesCollection. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<V> VByteLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)<V> VCharLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)<V> VDoubleLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)<V> VFloatLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)<T> TImmutableLongLongMapKeySet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongMapKeySet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<V> VIntLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)<T> TLongBooleanHashMap.KeysView. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<V> VLongLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)<V> VObjectLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)<T> TObjectLongHashMap.ValuesCollection. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<V> VObjectLongHashMapWithHashingStrategy. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)<T> TObjectLongHashMapWithHashingStrategy.ValuesCollection. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<V> VShortLongHashMap. injectInto(V injectedValue, ObjectLongToObjectFunction<? super V,? extends V> function)<T> TSynchronizedByteLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TSynchronizedCharLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TSynchronizedDoubleLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TSynchronizedFloatLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TSynchronizedIntLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TSynchronizedLongLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TSynchronizedObjectLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TSynchronizedShortLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableByteLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableCharLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableDoubleLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableFloatLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableIntLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableLongLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableObjectLongMap. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableShortLongMap. 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> TSynchronizedLongIterable. 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> TImmutableLongEmptySet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongSingletonSet. 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> TLongHashSet.ImmutableLongHashSet. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TLongHashSet. 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> TImmutableLongEmptyStack. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TImmutableLongSingletonStack. 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> TSynchronizedLongStack. injectInto(T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)<T> TUnmodifiableLongStack. 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> VAbstractLongStack. 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> TLongIterableIterate. injectInto(LongIterable iterable, T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)static <T> TLongIteratorIterate. injectInto(LongIterator iterator, T injectedValue, ObjectLongToObjectFunction<? super T,? extends T> function)
-