Uses of Interface
org.eclipse.collections.api.LongIterable
Packages that use LongIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap interface.This package contains implementations of the
MutableCollection interface.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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the
MutableList interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap interface.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of LongIterable in org.eclipse.collections.api
Subinterfaces of LongIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return LongIterableModifier and TypeMethodDescriptionRichIterable.collectLong(LongFunction<? super T> longFunction) Returns a new primitivelongiterable with the results of applying the specified function on each element of the source collection.LongIterable.reject(LongPredicate predicate) Returns a new LongIterable with all of the elements in the LongIterable that return false for the specified predicate.LongIterable.select(LongPredicate predicate) Returns a new LongIterable with all of the elements in the LongIterable that return true for the specified predicate.default LongIterableLongIterable.tap(LongProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type LongIterableModifier and TypeMethodDescriptiondefault RichIterable<LongIterable> LongIterable.chunk(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type LongIterableModifier and TypeMethodDescriptiondefault booleanLongIterable.containsAll(LongIterable source) Returns true if all of the values specified in the source LongIterable are contained in the LongIterable, and false if they are not.default booleanLongIterable.containsAny(LongIterable source) Returns true if any of the values specified in the source LongIterable are contained in the LongIterable, and false if they are not.default booleanLongIterable.containsNone(LongIterable source) Returns true if none of the values specified in the source LongIterable are contained in the LongIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type LongIterableModifier and TypeMethodDescriptiondefault <R extends MutableLongCollection>
RRichIterable.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of LongIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceThis file was automatically generated from template file primitiveBag.stg.interfaceThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongBag.newWithAll(LongIterable elements) ImmutableLongBag.newWithoutAll(LongIterable elements) MutableLongBag.withAll(LongIterable elements) MutableLongBag.withoutAll(LongIterable elements) -
Uses of LongIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.collection.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanMutableLongCollection.addAll(LongIterable source) ImmutableLongCollection.newWithAll(LongIterable elements) ImmutableLongCollection.newWithoutAll(LongIterable elements) booleanMutableLongCollection.removeAll(LongIterable source) booleanMutableLongCollection.retainAll(LongIterable elements) MutableLongCollection.withAll(LongIterable elements) MutableLongCollection.withoutAll(LongIterable elements) -
Uses of LongIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongBagFactory.ofAll(LongIterable items) MutableLongBagFactory.ofAll(LongIterable items) ImmutableLongBagFactory.withAll(LongIterable items) MutableLongBagFactory.withAll(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongListFactory.ofAll(LongIterable items) MutableLongListFactory.ofAll(LongIterable items) ImmutableLongListFactory.withAll(LongIterable items) MutableLongListFactory.withAll(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongSetFactory.ofAll(LongIterable items) MutableLongSetFactory.ofAll(LongIterable items) ImmutableLongSetFactory.withAll(LongIterable items) MutableLongSetFactory.withAll(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongStackFactory.ofAll(LongIterable items) MutableLongStackFactory.ofAll(LongIterable items) ImmutableLongStackFactory.ofAllReversed(LongIterable items) MutableLongStackFactory.ofAllReversed(LongIterable items) ImmutableLongStackFactory.withAll(LongIterable items) MutableLongStackFactory.withAll(LongIterable items) ImmutableLongStackFactory.withAllReversed(LongIterable items) MutableLongStackFactory.withAllReversed(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanMutableLongList.addAllAtIndex(int index, LongIterable source) ImmutableLongList.newWithAll(LongIterable elements) ImmutableLongList.newWithoutAll(LongIterable elements) MutableLongList.withAll(LongIterable elements) MutableLongList.withoutAll(LongIterable elements) default ImmutableList<LongLongPair> ImmutableLongList.zipLong(LongIterable iterable) Returns anImmutableListformed from thisImmutableLongListand anotherLongListby combining corresponding elements in pairs.default ListIterable<LongLongPair> LongList.zipLong(LongIterable iterable) Returns aListIterableformed from thisLongListand anotherLongListby combining corresponding elements in pairs.default MutableList<LongLongPair> MutableLongList.zipLong(LongIterable iterable) Returns aMutableListformed from thisMutableLongListand anotherLongListby combining corresponding elements in pairs. -
Uses of LongIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitiveValuesMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file objectPrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongBooleanMap.newWithoutAllKeys(LongIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongByteMap.newWithoutAllKeys(LongIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongCharMap.newWithoutAllKeys(LongIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongDoubleMap.newWithoutAllKeys(LongIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongFloatMap.newWithoutAllKeys(LongIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongIntMap.newWithoutAllKeys(LongIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongLongMap.newWithoutAllKeys(LongIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongObjectMap.newWithoutAllKeys(LongIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongShortMap.newWithoutAllKeys(LongIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableLongBooleanMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongByteMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongCharMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongDoubleMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongFloatMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongIntMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongLongMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongObjectMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongShortMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of LongIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.ordered.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceThis file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of LongIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file primitiveSet.stg.interfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongSet.newWithAll(LongIterable elements) ImmutableLongSet.newWithoutAll(LongIterable elements) MutableLongSet.withAll(LongIterable elements) MutableLongSet.withoutAll(LongIterable elements) -
Uses of LongIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file primitiveStack.stg.interfaceThis file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of LongIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return LongIterableModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectLong(LongFunction<? super T> longFunction) Method parameters in org.eclipse.collections.impl with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RUnmodifiableRichIterable.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.bag
Method parameters in org.eclipse.collections.impl.bag with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RAbstractBag.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongBagFactoryImpl.ofAll(LongIterable items) ImmutableLongBagFactoryImpl.withAll(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement LongIterableModifier and TypeClassDescriptionclassLongHashBag is similar toHashBag, and is memory-optimized for long primitives.classA synchronized view of aMutableLongBag.classThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type LongIterableMethods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanLongHashBag.addAll(LongIterable source) static LongHashBagLongHashBag.newBag(LongIterable source) MutableLongBagFactoryImpl.ofAll(LongIterable items) booleanLongHashBag.removeAll(LongIterable source) booleanLongHashBag.retainAll(LongIterable source) LongHashBag.withAll(LongIterable iterable) MutableLongBagFactoryImpl.withAll(LongIterable items) SynchronizedLongBag.withAll(LongIterable elements) UnmodifiableLongBag.withAll(LongIterable elements) LongHashBag.withoutAll(LongIterable iterable) SynchronizedLongBag.withoutAll(LongIterable elements) UnmodifiableLongBag.withoutAll(LongIterable elements) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type LongIterable -
Uses of LongIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RAbstractBiMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return LongIterableModifier and TypeMethodDescriptionUnmodifiableBiMap.collectLong(LongFunction<? super V> longFunction) Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RUnmodifiableBiMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection that return LongIterableModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectLong(LongFunction<? super T> longFunction) Method parameters in org.eclipse.collections.impl.collection with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RAbstractSynchronizedRichIterable.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.collection.mutable
Method parameters in org.eclipse.collections.impl.collection.mutable with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RAbstractMultiReaderMutableCollection.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) final <R extends MutableLongCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RAbstractUnmodifiableMutableCollection.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement LongIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return types with arguments of type LongIterableModifier and TypeMethodDescriptionAbstractSynchronizedLongCollection.chunk(int size) AbstractUnmodifiableLongCollection.chunk(int size) Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanAbstractSynchronizedLongCollection.addAll(LongIterable source) booleanAbstractUnmodifiableLongCollection.addAll(LongIterable source) booleanAbstractSynchronizedLongCollection.containsAll(LongIterable source) booleanAbstractUnmodifiableLongCollection.containsAll(LongIterable source) booleanAbstractSynchronizedLongCollection.containsAny(LongIterable source) booleanAbstractUnmodifiableLongCollection.containsAny(LongIterable source) booleanAbstractSynchronizedLongCollection.containsNone(LongIterable source) booleanAbstractUnmodifiableLongCollection.containsNone(LongIterable source) booleanAbstractSynchronizedLongCollection.removeAll(LongIterable source) booleanAbstractUnmodifiableLongCollection.removeAll(LongIterable source) booleanAbstractSynchronizedLongCollection.retainAll(LongIterable source) booleanAbstractUnmodifiableLongCollection.retainAll(LongIterable source) AbstractSynchronizedLongCollection.withAll(LongIterable elements) AbstractUnmodifiableLongCollection.withAll(LongIterable elements) AbstractSynchronizedLongCollection.withoutAll(LongIterable elements) AbstractUnmodifiableLongCollection.withoutAll(LongIterable elements) -
Uses of LongIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LongIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis file was automatically generated from template file tapPrimitiveIterable.stg.Subclasses with type arguments of type LongIterable in org.eclipse.collections.impl.lazy.primitiveModifier and TypeClassDescriptionclassThis file was automatically generated from template file chunkPrimitiveIterable.stg.Classes in org.eclipse.collections.impl.lazy.primitive that implement interfaces with type arguments of type LongIterableMethods in org.eclipse.collections.impl.lazy.primitive that return LongIterableMethods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type LongIterableModifier and TypeMethodDescriptionAbstractLazyLongIterable.chunk(int size) ChunkLongIterable.iterator()Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanAbstractLazyLongIterable.containsAll(LongIterable source) booleanCollectLongIterable.containsAll(LongIterable source) booleanLazyLongIterableAdapter.containsAll(LongIterable source) booleanReverseLongIterable.containsAll(LongIterable source) booleanSelectLongIterable.containsAll(LongIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type LongIterableModifier and TypeMethodDescriptionvoidChunkLongIterable.each(Procedure<? super LongIterable> procedure) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type LongIterableModifierConstructorDescriptionChunkLongIterable(LongIterable delegate, int size) ChunkLongIterator(LongIterable iterable, int size) CollectLongToBooleanIterable(LongIterable iterable, LongToBooleanFunction function) CollectLongToByteIterable(LongIterable iterable, LongToByteFunction function) CollectLongToCharIterable(LongIterable iterable, LongToCharFunction function) CollectLongToDoubleIterable(LongIterable iterable, LongToDoubleFunction function) CollectLongToFloatIterable(LongIterable iterable, LongToFloatFunction function) CollectLongToIntIterable(LongIterable iterable, LongToIntFunction function) CollectLongToLongIterable(LongIterable iterable, LongToLongFunction function) CollectLongToObjectIterable(LongIterable iterable, LongToObjectFunction<? extends V> function) CollectLongToShortIterable(LongIterable iterable, LongToShortFunction function) FlatCollectLongToObjectIterable(LongIterable iterable, LongToObjectFunction<? extends Iterable<V>> function) LazyLongIterableAdapter(LongIterable delegate) SelectLongIterable(LongIterable delegate, LongPredicate predicate) TapLongIterable(LongIterable delegate, LongProcedure procedure) TapLongIterator(LongIterable iterable, LongProcedure procedure) -
Uses of LongIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongListFactoryImpl.ofAll(LongIterable items) ImmutableLongListFactoryImpl.withAll(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RFastList.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement LongIterableModifier and TypeClassDescriptionclassLongArrayList is similar to FastList, and is memory-optimized for long primitives.classA synchronized view of aMutableLongList.classThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type LongIterableMethods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanLongArrayList.addAll(LongIterable source) booleanLongArrayList.addAllAtIndex(int index, LongIterable source) booleanSynchronizedLongList.addAllAtIndex(int index, LongIterable source) booleanUnmodifiableLongList.addAllAtIndex(int index, LongIterable source) static LongArrayListLongArrayList.newList(LongIterable source) MutableLongListFactoryImpl.ofAll(LongIterable items) booleanLongArrayList.removeAll(LongIterable source) booleanLongArrayList.retainAll(LongIterable source) LongArrayList.withAll(LongIterable elements) MutableLongListFactoryImpl.withAll(LongIterable items) SynchronizedLongList.withAll(LongIterable elements) UnmodifiableLongList.withAll(LongIterable elements) LongArrayList.withoutAll(LongIterable elements) SynchronizedLongList.withoutAll(LongIterable elements) UnmodifiableLongList.withoutAll(LongIterable elements) LongArrayList.zipLong(LongIterable iterable) SynchronizedLongList.zipLong(LongIterable iterable) UnmodifiableLongList.zipLong(LongIterable iterable) -
Uses of LongIterable in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement LongIterableModifier and TypeClassDescriptionfinal classAn LongInterval is a range of longs that may be iterated over using a step value.Methods in org.eclipse.collections.impl.list.primitive that return types with arguments of type LongIterableMethods in org.eclipse.collections.impl.list.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanLongInterval.containsAll(LongIterable source) LongInterval.newWithAll(LongIterable elements) LongInterval.newWithoutAll(LongIterable elements) LongInterval.zipLong(LongIterable iterable) -
Uses of LongIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement LongIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg. -
Uses of LongIterable in org.eclipse.collections.impl.map.mutable
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RUnmodifiableMutableMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LongIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.classThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file objectPrimitiveHashMap.stg.classThis file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableByteLongMap.classA synchronized view of aMutableCharLongMap.classA synchronized view of aMutableDoubleLongMap.classA synchronized view of aMutableFloatLongMap.classA synchronized view of aMutableIntLongMap.classA synchronized view of aMutableLongLongMap.classA synchronized view of aMutableObjectLongMap.classA synchronized view of aMutableShortLongMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type LongIterableModifier and TypeMethodDescriptionAbstractMutableLongKeySet.chunk(int size) AbstractMutableLongValuesMap.AbstractLongValuesCollection.chunk(int size) AbstractMutableLongValuesMap.chunk(int size) ObjectLongHashMap.chunk(int size) ObjectLongHashMapWithHashingStrategy.chunk(int size) SynchronizedByteLongMap.chunk(int size) SynchronizedCharLongMap.chunk(int size) SynchronizedDoubleLongMap.chunk(int size) SynchronizedFloatLongMap.chunk(int size) SynchronizedIntLongMap.chunk(int size) SynchronizedLongLongMap.chunk(int size) SynchronizedObjectLongMap.chunk(int size) SynchronizedShortLongMap.chunk(int size) UnmodifiableByteLongMap.chunk(int size) UnmodifiableCharLongMap.chunk(int size) UnmodifiableDoubleLongMap.chunk(int size) UnmodifiableFloatLongMap.chunk(int size) UnmodifiableIntLongMap.chunk(int size) UnmodifiableLongLongMap.chunk(int size) UnmodifiableObjectLongMap.chunk(int size) UnmodifiableShortLongMap.chunk(int size) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanAbstractMutableLongKeySet.addAll(LongIterable source) booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection.addAll(LongIterable source) booleanAbstractMutableLongKeySet.containsAll(LongIterable source) booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection.containsAll(LongIterable source) booleanAbstractMutableLongValuesMap.containsAll(LongIterable source) booleanObjectLongHashMap.containsAll(LongIterable source) booleanObjectLongHashMapWithHashingStrategy.containsAll(LongIterable source) booleanSynchronizedByteLongMap.containsAll(LongIterable source) booleanSynchronizedCharLongMap.containsAll(LongIterable source) booleanSynchronizedDoubleLongMap.containsAll(LongIterable source) booleanSynchronizedFloatLongMap.containsAll(LongIterable source) booleanSynchronizedIntLongMap.containsAll(LongIterable source) booleanSynchronizedLongLongMap.containsAll(LongIterable source) booleanSynchronizedObjectLongMap.containsAll(LongIterable source) booleanSynchronizedShortLongMap.containsAll(LongIterable source) booleanUnmodifiableByteLongMap.containsAll(LongIterable source) booleanUnmodifiableCharLongMap.containsAll(LongIterable source) booleanUnmodifiableDoubleLongMap.containsAll(LongIterable source) booleanUnmodifiableFloatLongMap.containsAll(LongIterable source) booleanUnmodifiableIntLongMap.containsAll(LongIterable source) booleanUnmodifiableLongLongMap.containsAll(LongIterable source) booleanUnmodifiableObjectLongMap.containsAll(LongIterable source) booleanUnmodifiableShortLongMap.containsAll(LongIterable source) booleanAbstractMutableLongKeySet.removeAll(LongIterable source) booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection.removeAll(LongIterable source) AbstractMutableLongKeySet.withAll(LongIterable elements) AbstractMutableLongValuesMap.AbstractLongValuesCollection.withAll(LongIterable elements) AbstractMutableLongKeySet.withoutAll(LongIterable elements) AbstractMutableLongValuesMap.AbstractLongValuesCollection.withoutAll(LongIterable elements) LongBooleanHashMap.withoutAllKeys(LongIterable keys) LongByteHashMap.withoutAllKeys(LongIterable keys) LongCharHashMap.withoutAllKeys(LongIterable keys) LongDoubleHashMap.withoutAllKeys(LongIterable keys) LongFloatHashMap.withoutAllKeys(LongIterable keys) LongIntHashMap.withoutAllKeys(LongIterable keys) LongLongHashMap.withoutAllKeys(LongIterable keys) LongObjectHashMap.withoutAllKeys(LongIterable keys) LongShortHashMap.withoutAllKeys(LongIterable keys) SynchronizedLongBooleanMap.withoutAllKeys(LongIterable keys) SynchronizedLongByteMap.withoutAllKeys(LongIterable keys) SynchronizedLongCharMap.withoutAllKeys(LongIterable keys) SynchronizedLongDoubleMap.withoutAllKeys(LongIterable keys) SynchronizedLongFloatMap.withoutAllKeys(LongIterable keys) SynchronizedLongIntMap.withoutAllKeys(LongIterable keys) SynchronizedLongLongMap.withoutAllKeys(LongIterable keys) SynchronizedLongObjectMap.withoutAllKeys(LongIterable keys) SynchronizedLongShortMap.withoutAllKeys(LongIterable keys) UnmodifiableLongBooleanMap.withoutAllKeys(LongIterable keys) UnmodifiableLongByteMap.withoutAllKeys(LongIterable keys) UnmodifiableLongCharMap.withoutAllKeys(LongIterable keys) UnmodifiableLongDoubleMap.withoutAllKeys(LongIterable keys) UnmodifiableLongFloatMap.withoutAllKeys(LongIterable keys) UnmodifiableLongIntMap.withoutAllKeys(LongIterable keys) UnmodifiableLongLongMap.withoutAllKeys(LongIterable keys) UnmodifiableLongObjectMap.withoutAllKeys(LongIterable keys) UnmodifiableLongShortMap.withoutAllKeys(LongIterable keys) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RSynchronizedByteObjectMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RSynchronizedCharObjectMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RSynchronizedDoubleObjectMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RSynchronizedFloatObjectMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RSynchronizedIntObjectMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RSynchronizedLongObjectMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RSynchronizedShortObjectMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.map.ordered.mutable
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RUnmodifiableMutableOrderedMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.map.sorted.mutable
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RUnmodifiableTreeMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement LongIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveIterable.stg.classA synchronized view of a LongIterable.Methods in org.eclipse.collections.impl.primitive that return LongIterableModifier and TypeMethodDescriptionSynchronizedLongIterable.reject(LongPredicate predicate) SynchronizedLongIterable.select(LongPredicate predicate) Methods in org.eclipse.collections.impl.primitive that return types with arguments of type LongIterableMethods in org.eclipse.collections.impl.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanSynchronizedLongIterable.containsAll(LongIterable source) booleanSynchronizedLongIterable.containsAny(LongIterable source) booleanSynchronizedLongIterable.containsNone(LongIterable source) static SynchronizedLongIterableSynchronizedLongIterable.of(LongIterable iterable) This method will take a LongIterable and wrap it directly in a SynchronizedLongIterable.static SynchronizedLongIterableSynchronizedLongIterable.of(LongIterable iterable, Object lock) This method will take a LongIterable and wrap it directly in a SynchronizedLongIterable.Constructors in org.eclipse.collections.impl.primitive with parameters of type LongIterableModifierConstructorDescriptionprotectedSynchronizedLongIterable(LongIterable iterable) protectedSynchronizedLongIterable(LongIterable iterable, Object newLock) -
Uses of LongIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement LongIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type LongIterableMethods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionAbstractImmutableLongSet.newWithAll(LongIterable elements) AbstractImmutableLongSet.newWithoutAll(LongIterable elements) ImmutableLongSetFactoryImpl.ofAll(LongIterable items) ImmutableLongSetFactoryImpl.withAll(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement LongIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.classA synchronized view of aMutableLongSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type LongIterableMethods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanLongHashSet.addAll(LongIterable source) static LongHashSetLongHashSet.newSet(LongIterable source) MutableLongSetFactoryImpl.ofAll(LongIterable items) booleanLongHashSet.removeAll(LongIterable source) booleanLongHashSet.retainAll(LongIterable source) LongHashSet.withAll(LongIterable elements) MutableLongSetFactoryImpl.withAll(LongIterable items) SynchronizedLongSet.withAll(LongIterable elements) UnmodifiableLongSet.withAll(LongIterable elements) LongHashSet.withoutAll(LongIterable elements) SynchronizedLongSet.withoutAll(LongIterable elements) UnmodifiableLongSet.withoutAll(LongIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type LongIterable -
Uses of LongIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement LongIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of LongIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionImmutableLongStackFactoryImpl.ofAll(LongIterable items) ImmutableLongStackFactoryImpl.ofAllReversed(LongIterable items) ImmutableLongStackFactoryImpl.withAll(LongIterable items) ImmutableLongStackFactoryImpl.withAllReversed(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.impl.stack.mutable
Method parameters in org.eclipse.collections.impl.stack.mutable with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RArrayStack.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RSynchronizedStack.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RUnmodifiableStack.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement LongIterableModifier and TypeClassDescriptionclassLongArrayStack is similar toArrayStack, and is memory-optimized for long primitives.classA synchronized view of aMutableLongStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return types with arguments of type LongIterableModifier and TypeMethodDescriptionSynchronizedLongStack.chunk(int size) UnmodifiableLongStack.chunk(int size) Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanSynchronizedLongStack.containsAll(LongIterable source) booleanUnmodifiableLongStack.containsAll(LongIterable source) static LongArrayStackLongArrayStack.newStack(LongIterable items) static LongArrayStackLongArrayStack.newStackFromTopToBottom(LongIterable items) MutableLongStackFactoryImpl.ofAll(LongIterable items) MutableLongStackFactoryImpl.ofAllReversed(LongIterable items) MutableLongStackFactoryImpl.withAll(LongIterable items) MutableLongStackFactoryImpl.withAllReversed(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement LongIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type LongIterableMethods in org.eclipse.collections.impl.stack.primitive with parameters of type LongIterable -
Uses of LongIterable in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionstatic booleanLongIterableIterate.allSatisfy(LongIterable iterable, LongPredicate predicate) static booleanLongIterableIterate.anySatisfy(LongIterable iterable, LongPredicate predicate) static voidLongIterableIterate.appendString(LongIterable iterable, Appendable appendable, String start, String separator, String end) static <V, R extends Collection<V>>
RLongIterableIterate.collect(LongIterable iterable, LongToObjectFunction<? extends V> function, R targetCollection) static intLongIterableIterate.count(LongIterable iterable, LongPredicate predicate) static longLongIterableIterate.detectIfNone(LongIterable iterable, LongPredicate predicate, long ifNone) static voidLongIterableIterate.forEach(LongIterable iterable, LongProcedure procedure) static <T> TLongIterableIterate.injectInto(LongIterable iterable, T injectedValue, ObjectLongToObjectFunction<? super T, ? extends T> function) static booleanLongIterableIterate.isEmpty(LongIterable iterable) static longLongIterableIterate.max(LongIterable iterable) static longLongIterableIterate.maxIfEmpty(LongIterable iterable, long ifEmpty) static longLongIterableIterate.min(LongIterable iterable) static longLongIterableIterate.minIfEmpty(LongIterable iterable, long ifEmpty) static booleanLongIterableIterate.noneSatisfy(LongIterable iterable, LongPredicate predicate) static booleanLongIterableIterate.notEmpty(LongIterable iterable) static <R extends MutableLongCollection>
RLongIterableIterate.reject(LongIterable iterable, LongPredicate predicate, R targetCollection) static <R extends MutableLongCollection>
RLongIterableIterate.select(LongIterable iterable, LongPredicate predicate, R targetCollection) static longLongIterableIterate.sum(LongIterable iterable) -
Uses of LongIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionstatic LazyLongIterableLazyLongIterate.adapt(LongIterable iterable) Creates a deferred long iterable for the specified long iterable.static <V> LazyIterable<V> LazyLongIterate.collect(LongIterable iterable, LongToObjectFunction<? extends V> function) Creates a deferred transforming long iterable for the specified long iterable.static <V> LazyIterable<V> LazyLongIterate.collectIf(LongIterable iterable, LongPredicate predicate, LongToObjectFunction<? extends V> function) Creates a deferred filtering and transforming long iterable for the specified long iterable.static <V> LazyIterable<V> LazyLongIterate.flatCollect(LongIterable iterable, LongToObjectFunction<? extends Iterable<V>> function) Creates a deferred transforming and flattening long iterable for the specified long iterable.static LazyLongIterableLazyLongIterate.select(LongIterable iterable, LongPredicate predicate) Creates a deferred filtering long iterable for the specified long iterable.static LazyLongIterableLazyLongIterate.tap(LongIterable iterable, LongProcedure procedure) Creates a deferred tap iterable for the specified iterable.