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
ImmutableStack interface.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
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement LongIterableModifier and TypeClassDescription(package private) final classImmutableLongEmptyBag is an optimization forImmutableLongBagof size 0.(package private) final classImmutableLongHashBag is the non-modifiable equivalent ofLongHashBag.(package private) final classImmutableLongSingletonBag is an optimization forImmutableLongBagof size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type LongIterableModifier and TypeMethodDescriptionImmutableLongEmptyBag.chunk(int size) ImmutableLongHashBag.chunk(int size) ImmutableLongSingletonBag.chunk(int size) Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanImmutableLongEmptyBag.containsAll(LongIterable source) booleanImmutableLongHashBag.containsAll(LongIterable source) booleanImmutableLongSingletonBag.containsAll(LongIterable source) ImmutableLongEmptyBag.newWithAll(LongIterable elements) ImmutableLongHashBag.newWithAll(LongIterable elements) ImmutableLongSingletonBag.newWithAll(LongIterable elements) ImmutableLongEmptyBag.newWithoutAll(LongIterable elements) ImmutableLongHashBag.newWithoutAll(LongIterable elements) ImmutableLongSingletonBag.newWithoutAll(LongIterable elements) ImmutableLongBagFactoryImpl.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 LongIterableFields in org.eclipse.collections.impl.lazy.primitive declared as LongIterableModifier and TypeFieldDescriptionprivate final LongIterableChunkLongIterable.adaptedprivate final LongIterableTapLongIterable.adaptedprivate final LongIterableLazyLongIterableAdapter.delegateprivate final LongIterableSelectLongIterable.delegateprivate final LongIterableCollectLongToBooleanIterable.iterableprivate final LongIterableCollectLongToByteIterable.iterableprivate final LongIterableCollectLongToCharIterable.iterableprivate final LongIterableCollectLongToDoubleIterable.iterableprivate final LongIterableCollectLongToFloatIterable.iterableprivate final LongIterableCollectLongToIntIterable.iterableprivate final LongIterableCollectLongToLongIterable.iterableprivate final LongIterableCollectLongToObjectIterable.iterableprivate final LongIterableCollectLongToShortIterable.iterableprivate final LongIterableFlatCollectLongToObjectIterable.iterableMethods 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) FlatCollectLongIterator(LongIterable iterable, LongToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectLongToObjectIterable(LongIterable iterable, LongToObjectFunction<? extends Iterable<V>> function) LazyLongIterableAdapter(LongIterable delegate) SelectLongIterable(LongIterable delegate, LongPredicate predicate) privateSelectLongIterator(LongIterable iterable, LongPredicate predicate) TapLongIterable(LongIterable delegate, LongProcedure procedure) TapLongIterator(LongIterable iterable, LongProcedure procedure) -
Uses of LongIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement LongIterableModifier and TypeClassDescription(package private) final classImmutableLongArrayList is the non-modifiable equivalent ofLongArrayList.(package private) final classImmutableLongEmptyList is an optimization forImmutableLongListof size 0.(package private) final classImmutableLongSingletonList is an optimization forImmutableLongListof size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type LongIterableModifier and TypeMethodDescriptionImmutableLongArrayList.chunk(int size) ImmutableLongEmptyList.chunk(int size) ImmutableLongSingletonList.chunk(int size) Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanImmutableLongArrayList.containsAll(LongIterable source) booleanImmutableLongEmptyList.containsAll(LongIterable source) booleanImmutableLongSingletonList.containsAll(LongIterable source) static ImmutableLongArrayListImmutableLongArrayList.newList(LongIterable iterable) ImmutableLongArrayList.newWithAll(LongIterable elements) ImmutableLongEmptyList.newWithAll(LongIterable elements) ImmutableLongSingletonList.newWithAll(LongIterable elements) ImmutableLongArrayList.newWithoutAll(LongIterable elements) ImmutableLongEmptyList.newWithoutAll(LongIterable elements) ImmutableLongSingletonList.newWithoutAll(LongIterable elements) ImmutableLongListFactoryImpl.ofAll(LongIterable items) ImmutableLongListFactoryImpl.withAll(LongIterable items) ImmutableLongArrayList.zipLong(LongIterable iterable) ImmutableLongEmptyList.zipLong(LongIterable iterable) ImmutableLongSingletonList.zipLong(LongIterable iterable) -
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.(package private) final classImmutableByteLongEmptyMap is an optimization forImmutableByteLongMapof size 0.(package private) final classImmutableByteLongHashMap is the non-modifiable equivalent ofByteLongHashMap.(package private) final classImmutableByteLongSingletonMap is an optimization forImmutableByteLongMapof size 1.(package private) final classImmutableCharLongEmptyMap is an optimization forImmutableCharLongMapof size 0.(package private) final classImmutableCharLongHashMap is the non-modifiable equivalent ofCharLongHashMap.(package private) final classImmutableCharLongSingletonMap is an optimization forImmutableCharLongMapof size 1.(package private) final classImmutableDoubleLongEmptyMap is an optimization forImmutableDoubleLongMapof size 0.(package private) final classImmutableDoubleLongHashMap is the non-modifiable equivalent ofDoubleLongHashMap.(package private) final classImmutableDoubleLongSingletonMap is an optimization forImmutableDoubleLongMapof size 1.(package private) final classImmutableFloatLongEmptyMap is an optimization forImmutableFloatLongMapof size 0.(package private) final classImmutableFloatLongHashMap is the non-modifiable equivalent ofFloatLongHashMap.(package private) final classImmutableFloatLongSingletonMap is an optimization forImmutableFloatLongMapof size 1.(package private) final classImmutableIntLongEmptyMap is an optimization forImmutableIntLongMapof size 0.(package private) final classImmutableIntLongHashMap is the non-modifiable equivalent ofIntLongHashMap.(package private) final classImmutableIntLongSingletonMap is an optimization forImmutableIntLongMapof size 1.(package private) final classImmutableLongLongEmptyMap is an optimization forImmutableLongLongMapof size 0.(package private) final classImmutableLongLongHashMap is the non-modifiable equivalent ofLongLongHashMap.(package private) final classImmutableLongLongSingletonMap is an optimization forImmutableLongLongMapof size 1.(package private) final classImmutableObjectLongEmptyMap is an optimization forImmutableObjectLongMapof size 0.(package private) final classImmutableObjectLongHashMap is the non-modifiable equivalent ofObjectLongHashMap.(package private) final classImmutableObjectLongSingletonMap is an optimization forImmutableObjectLongMapof size 1.(package private) final classImmutableShortLongEmptyMap is an optimization forImmutableShortLongMapof size 0.(package private) final classImmutableShortLongHashMap is the non-modifiable equivalent ofShortLongHashMap.(package private) final classImmutableShortLongSingletonMap is an optimization forImmutableShortLongMapof size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type LongIterableModifier and TypeMethodDescriptionImmutableByteLongEmptyMap.chunk(int size) ImmutableByteLongHashMap.chunk(int size) ImmutableByteLongSingletonMap.chunk(int size) ImmutableCharLongEmptyMap.chunk(int size) ImmutableCharLongHashMap.chunk(int size) ImmutableCharLongSingletonMap.chunk(int size) ImmutableDoubleLongEmptyMap.chunk(int size) ImmutableDoubleLongHashMap.chunk(int size) ImmutableDoubleLongSingletonMap.chunk(int size) ImmutableFloatLongEmptyMap.chunk(int size) ImmutableFloatLongHashMap.chunk(int size) ImmutableFloatLongSingletonMap.chunk(int size) ImmutableIntLongEmptyMap.chunk(int size) ImmutableIntLongHashMap.chunk(int size) ImmutableIntLongSingletonMap.chunk(int size) ImmutableLongLongEmptyMap.chunk(int size) ImmutableLongLongHashMap.chunk(int size) ImmutableLongLongSingletonMap.chunk(int size) ImmutableObjectLongEmptyMap.chunk(int size) ImmutableObjectLongHashMap.chunk(int size) ImmutableObjectLongSingletonMap.chunk(int size) ImmutableShortLongEmptyMap.chunk(int size) ImmutableShortLongHashMap.chunk(int size) ImmutableShortLongSingletonMap.chunk(int size) Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanImmutableByteLongEmptyMap.containsAll(LongIterable source) booleanImmutableByteLongHashMap.containsAll(LongIterable source) booleanImmutableByteLongSingletonMap.containsAll(LongIterable source) booleanImmutableCharLongEmptyMap.containsAll(LongIterable source) booleanImmutableCharLongHashMap.containsAll(LongIterable source) booleanImmutableCharLongSingletonMap.containsAll(LongIterable source) booleanImmutableDoubleLongEmptyMap.containsAll(LongIterable source) booleanImmutableDoubleLongHashMap.containsAll(LongIterable source) booleanImmutableDoubleLongSingletonMap.containsAll(LongIterable source) booleanImmutableFloatLongEmptyMap.containsAll(LongIterable source) booleanImmutableFloatLongHashMap.containsAll(LongIterable source) booleanImmutableFloatLongSingletonMap.containsAll(LongIterable source) booleanImmutableIntLongEmptyMap.containsAll(LongIterable source) booleanImmutableIntLongHashMap.containsAll(LongIterable source) booleanImmutableIntLongSingletonMap.containsAll(LongIterable source) booleanImmutableLongLongEmptyMap.containsAll(LongIterable source) booleanImmutableLongLongHashMap.containsAll(LongIterable source) booleanImmutableLongLongSingletonMap.containsAll(LongIterable source) booleanImmutableObjectLongEmptyMap.containsAll(LongIterable source) booleanImmutableObjectLongHashMap.containsAll(LongIterable source) booleanImmutableObjectLongSingletonMap.containsAll(LongIterable source) booleanImmutableShortLongEmptyMap.containsAll(LongIterable source) booleanImmutableShortLongHashMap.containsAll(LongIterable source) booleanImmutableShortLongSingletonMap.containsAll(LongIterable source) ImmutableLongBooleanEmptyMap.newWithoutAllKeys(LongIterable keys) ImmutableLongBooleanHashMap.newWithoutAllKeys(LongIterable keys) ImmutableLongBooleanSingletonMap.newWithoutAllKeys(LongIterable keys) ImmutableLongByteEmptyMap.newWithoutAllKeys(LongIterable keys) ImmutableLongByteHashMap.newWithoutAllKeys(LongIterable keys) ImmutableLongByteSingletonMap.newWithoutAllKeys(LongIterable keys) ImmutableLongCharEmptyMap.newWithoutAllKeys(LongIterable keys) ImmutableLongCharHashMap.newWithoutAllKeys(LongIterable keys) ImmutableLongCharSingletonMap.newWithoutAllKeys(LongIterable keys) ImmutableLongDoubleEmptyMap.newWithoutAllKeys(LongIterable keys) ImmutableLongDoubleHashMap.newWithoutAllKeys(LongIterable keys) ImmutableLongDoubleSingletonMap.newWithoutAllKeys(LongIterable keys) ImmutableLongFloatEmptyMap.newWithoutAllKeys(LongIterable keys) ImmutableLongFloatHashMap.newWithoutAllKeys(LongIterable keys) ImmutableLongFloatSingletonMap.newWithoutAllKeys(LongIterable keys) ImmutableLongIntEmptyMap.newWithoutAllKeys(LongIterable keys) ImmutableLongIntHashMap.newWithoutAllKeys(LongIterable keys) ImmutableLongIntSingletonMap.newWithoutAllKeys(LongIterable keys) ImmutableLongLongEmptyMap.newWithoutAllKeys(LongIterable keys) ImmutableLongLongHashMap.newWithoutAllKeys(LongIterable keys) ImmutableLongLongSingletonMap.newWithoutAllKeys(LongIterable keys) ImmutableLongObjectEmptyMap.newWithoutAllKeys(LongIterable keys) ImmutableLongObjectHashMap.newWithoutAllKeys(LongIterable keys) ImmutableLongObjectSingletonMap.newWithoutAllKeys(LongIterable keys) ImmutableLongShortEmptyMap.newWithoutAllKeys(LongIterable keys) ImmutableLongShortHashMap.newWithoutAllKeys(LongIterable keys) ImmutableLongShortSingletonMap.newWithoutAllKeys(LongIterable keys) Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RImmutableByteObjectEmptyMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RImmutableCharObjectEmptyMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RImmutableDoubleObjectEmptyMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RImmutableFloatObjectEmptyMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RImmutableIntObjectEmptyMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RImmutableLongObjectEmptyMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) <R extends MutableLongCollection>
RImmutableShortObjectEmptyMap.flatCollectLong(Function<? super V, ? extends LongIterable> function, R target) -
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.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private class(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file objectPrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassA 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) ObjectLongHashMap.ValuesCollection.chunk(int size) ObjectLongHashMapWithHashingStrategy.chunk(int size) ObjectLongHashMapWithHashingStrategy.ValuesCollection.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) booleanObjectLongHashMap.ValuesCollection.addAll(LongIterable source) booleanObjectLongHashMapWithHashingStrategy.ValuesCollection.addAll(LongIterable source) booleanAbstractMutableLongKeySet.containsAll(LongIterable source) booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection.containsAll(LongIterable source) booleanAbstractMutableLongValuesMap.containsAll(LongIterable source) booleanLongBooleanHashMap.KeysView.containsAll(LongIterable source) booleanObjectLongHashMap.containsAll(LongIterable source) booleanObjectLongHashMap.ValuesCollection.containsAll(LongIterable source) booleanObjectLongHashMapWithHashingStrategy.containsAll(LongIterable source) booleanObjectLongHashMapWithHashingStrategy.ValuesCollection.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) booleanObjectLongHashMap.ValuesCollection.removeAll(LongIterable source) booleanObjectLongHashMapWithHashingStrategy.ValuesCollection.removeAll(LongIterable source) booleanByteLongHashMap.ValuesCollection.retainAll(LongIterable source) booleanCharLongHashMap.ValuesCollection.retainAll(LongIterable source) booleanDoubleLongHashMap.ValuesCollection.retainAll(LongIterable source) booleanFloatLongHashMap.ValuesCollection.retainAll(LongIterable source) booleanIntLongHashMap.ValuesCollection.retainAll(LongIterable source) booleanLongBooleanHashMap.KeySet.retainAll(LongIterable source) booleanLongByteHashMap.KeySet.retainAll(LongIterable source) booleanLongCharHashMap.KeySet.retainAll(LongIterable source) booleanLongDoubleHashMap.KeySet.retainAll(LongIterable source) booleanLongFloatHashMap.KeySet.retainAll(LongIterable source) booleanLongIntHashMap.KeySet.retainAll(LongIterable source) booleanLongLongHashMap.KeySet.retainAll(LongIterable source) booleanLongLongHashMap.ValuesCollection.retainAll(LongIterable source) booleanLongObjectHashMap.KeySet.retainAll(LongIterable source) booleanLongShortHashMap.KeySet.retainAll(LongIterable source) booleanObjectLongHashMap.ValuesCollection.retainAll(LongIterable source) booleanObjectLongHashMapWithHashingStrategy.ValuesCollection.retainAll(LongIterable source) booleanShortLongHashMap.ValuesCollection.retainAll(LongIterable source) AbstractMutableLongKeySet.withAll(LongIterable elements) AbstractMutableLongValuesMap.AbstractLongValuesCollection.withAll(LongIterable elements) ObjectLongHashMap.ValuesCollection.withAll(LongIterable elements) ObjectLongHashMapWithHashingStrategy.ValuesCollection.withAll(LongIterable elements) AbstractMutableLongKeySet.withoutAll(LongIterable elements) AbstractMutableLongValuesMap.AbstractLongValuesCollection.withoutAll(LongIterable elements) ObjectLongHashMap.ValuesCollection.withoutAll(LongIterable elements) ObjectLongHashMapWithHashingStrategy.ValuesCollection.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.Fields in org.eclipse.collections.impl.primitive declared as LongIterableMethods 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.(package private) final classImmutableLongEmptySet is an optimization forImmutableLongSetof size 0.(package private) final classImmutableLongSingletonSet is an optimization forImmutableLongSetof size 1.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type LongIterableModifier and TypeMethodDescriptionAbstractImmutableLongSet.chunk(int size) ImmutableLongEmptySet.chunk(int size) ImmutableLongSingletonSet.chunk(int size) Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanImmutableLongEmptySet.containsAll(LongIterable source) booleanImmutableLongSingletonSet.containsAll(LongIterable source) AbstractImmutableLongSet.newWithAll(LongIterable elements) ImmutableLongEmptySet.newWithAll(LongIterable elements) ImmutableLongSingletonSet.newWithAll(LongIterable elements) AbstractImmutableLongSet.newWithoutAll(LongIterable elements) ImmutableLongEmptySet.newWithoutAll(LongIterable elements) ImmutableLongSingletonSet.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.private static final classclassA 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
Method parameters in org.eclipse.collections.impl.stack.immutable with type arguments of type LongIterableModifier and TypeMethodDescription<R extends MutableLongCollection>
RImmutableArrayStack.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) Deprecated.<R extends MutableLongCollection>
RImmutableEmptyStack.flatCollectLong(Function<? super T, ? extends LongIterable> function, R target) -
Uses of LongIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement LongIterableModifier and TypeClassDescription(package private) final classImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack.(package private) final classImmutableLongEmptyStack is an optimization forImmutableLongStackof size 0.(package private) final classImmutableLongSingletonStack is an optimization forImmutableLongStackof size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type LongIterableModifier and TypeMethodDescriptionImmutableLongEmptyStack.chunk(int size) ImmutableLongSingletonStack.chunk(int size) Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionbooleanImmutableLongEmptyStack.containsAll(LongIterable source) booleanImmutableLongSingletonStack.containsAll(LongIterable source) static ImmutableLongArrayStackImmutableLongArrayStack.newStack(LongIterable iterable) static ImmutableLongArrayStackImmutableLongArrayStack.newStackFromTopToBottom(LongIterable items) ImmutableLongStackFactoryImpl.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) private static <T> StringLongIterableIterate.stringValueOfItem(LongIterable iterable, T item) 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.