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 TypeInterfaceDescriptioninterface
This 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 primitivelong
iterable 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 LongIterable
LongIterable.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 boolean
LongIterable.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 boolean
LongIterable.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 boolean
LongIterable.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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
This file was automatically generated from template file primitiveBag.stg.interface
This 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
This file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionboolean
MutableLongCollection.addAll
(LongIterable source) ImmutableLongCollection.newWithAll
(LongIterable elements) ImmutableLongCollection.newWithoutAll
(LongIterable elements) boolean
MutableLongCollection.removeAll
(LongIterable source) boolean
MutableLongCollection.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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type LongIterableModifier and TypeMethodDescriptionboolean
MutableLongList.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 anImmutableList
formed from thisImmutableLongList
and anotherLongList
by combining corresponding elements in pairs.default ListIterable
<LongLongPair> LongList.zipLong
(LongIterable iterable) Returns aListIterable
formed from thisLongList
and anotherLongList
by combining corresponding elements in pairs.default MutableList
<LongLongPair> MutableLongList.zipLong
(LongIterable iterable) Returns aMutableList
formed from thisMutableLongList
and anotherLongList
by 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitiveValuesMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file objectPrimitiveMap.stg.interface
This 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
This 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
This file was automatically generated from template file primitiveSet.stg.interface
This 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file primitiveStack.stg.interface
This 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 class
ImmutableLongEmptyBag is an optimization forImmutableLongBag
of size 0.(package private) final class
ImmutableLongHashBag is the non-modifiable equivalent ofLongHashBag
.(package private) final class
ImmutableLongSingletonBag is an optimization forImmutableLongBag
of 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 TypeMethodDescriptionboolean
ImmutableLongEmptyBag.containsAll
(LongIterable source) boolean
ImmutableLongHashBag.containsAll
(LongIterable source) boolean
ImmutableLongSingletonBag.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 TypeClassDescriptionclass
LongHashBag is similar toHashBag
, and is memory-optimized for long primitives.class
A synchronized view of aMutableLongBag
.class
This 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 TypeMethodDescriptionboolean
LongHashBag.addAll
(LongIterable source) static LongHashBag
LongHashBag.newBag
(LongIterable source) MutableLongBagFactoryImpl.ofAll
(LongIterable items) boolean
LongHashBag.removeAll
(LongIterable source) boolean
LongHashBag.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
This 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 TypeMethodDescriptionboolean
AbstractSynchronizedLongCollection.addAll
(LongIterable source) boolean
AbstractUnmodifiableLongCollection.addAll
(LongIterable source) boolean
AbstractSynchronizedLongCollection.containsAll
(LongIterable source) boolean
AbstractUnmodifiableLongCollection.containsAll
(LongIterable source) boolean
AbstractSynchronizedLongCollection.containsAny
(LongIterable source) boolean
AbstractUnmodifiableLongCollection.containsAny
(LongIterable source) boolean
AbstractSynchronizedLongCollection.containsNone
(LongIterable source) boolean
AbstractUnmodifiableLongCollection.containsNone
(LongIterable source) boolean
AbstractSynchronizedLongCollection.removeAll
(LongIterable source) boolean
AbstractUnmodifiableLongCollection.removeAll
(LongIterable source) boolean
AbstractSynchronizedLongCollection.retainAll
(LongIterable source) boolean
AbstractUnmodifiableLongCollection.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Fields in org.eclipse.collections.impl.lazy.primitive declared as LongIterableModifier and TypeFieldDescriptionprivate final LongIterable
ChunkLongIterable.adapted
private final LongIterable
TapLongIterable.adapted
private final LongIterable
LazyLongIterableAdapter.delegate
private final LongIterable
SelectLongIterable.delegate
private final LongIterable
CollectLongToBooleanIterable.iterable
private final LongIterable
CollectLongToByteIterable.iterable
private final LongIterable
CollectLongToCharIterable.iterable
private final LongIterable
CollectLongToDoubleIterable.iterable
private final LongIterable
CollectLongToFloatIterable.iterable
private final LongIterable
CollectLongToIntIterable.iterable
private final LongIterable
CollectLongToLongIterable.iterable
private final LongIterable
CollectLongToObjectIterable.iterable
private final LongIterable
CollectLongToShortIterable.iterable
private final LongIterable
FlatCollectLongToObjectIterable.iterable
Methods 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 TypeMethodDescriptionboolean
AbstractLazyLongIterable.containsAll
(LongIterable source) boolean
CollectLongIterable.containsAll
(LongIterable source) boolean
LazyLongIterableAdapter.containsAll
(LongIterable source) boolean
ReverseLongIterable.containsAll
(LongIterable source) boolean
SelectLongIterable.containsAll
(LongIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type LongIterableModifier and TypeMethodDescriptionvoid
ChunkLongIterable.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) private
SelectLongIterator
(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 class
ImmutableLongArrayList is the non-modifiable equivalent ofLongArrayList
.(package private) final class
ImmutableLongEmptyList is an optimization forImmutableLongList
of size 0.(package private) final class
ImmutableLongSingletonList is an optimization forImmutableLongList
of 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 TypeMethodDescriptionboolean
ImmutableLongArrayList.containsAll
(LongIterable source) boolean
ImmutableLongEmptyList.containsAll
(LongIterable source) boolean
ImmutableLongSingletonList.containsAll
(LongIterable source) static ImmutableLongArrayList
ImmutableLongArrayList.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 TypeClassDescriptionclass
LongArrayList is similar to FastList, and is memory-optimized for long primitives.class
A synchronized view of aMutableLongList
.class
This 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 TypeMethodDescriptionboolean
LongArrayList.addAll
(LongIterable source) boolean
LongArrayList.addAllAtIndex
(int index, LongIterable source) boolean
SynchronizedLongList.addAllAtIndex
(int index, LongIterable source) boolean
UnmodifiableLongList.addAllAtIndex
(int index, LongIterable source) static LongArrayList
LongArrayList.newList
(LongIterable source) MutableLongListFactoryImpl.ofAll
(LongIterable items) boolean
LongArrayList.removeAll
(LongIterable source) boolean
LongArrayList.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 class
An 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 TypeMethodDescriptionboolean
LongInterval.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final class
ImmutableByteLongEmptyMap is an optimization forImmutableByteLongMap
of size 0.(package private) final class
ImmutableByteLongHashMap is the non-modifiable equivalent ofByteLongHashMap
.(package private) final class
ImmutableByteLongSingletonMap is an optimization forImmutableByteLongMap
of size 1.(package private) final class
ImmutableCharLongEmptyMap is an optimization forImmutableCharLongMap
of size 0.(package private) final class
ImmutableCharLongHashMap is the non-modifiable equivalent ofCharLongHashMap
.(package private) final class
ImmutableCharLongSingletonMap is an optimization forImmutableCharLongMap
of size 1.(package private) final class
ImmutableDoubleLongEmptyMap is an optimization forImmutableDoubleLongMap
of size 0.(package private) final class
ImmutableDoubleLongHashMap is the non-modifiable equivalent ofDoubleLongHashMap
.(package private) final class
ImmutableDoubleLongSingletonMap is an optimization forImmutableDoubleLongMap
of size 1.(package private) final class
ImmutableFloatLongEmptyMap is an optimization forImmutableFloatLongMap
of size 0.(package private) final class
ImmutableFloatLongHashMap is the non-modifiable equivalent ofFloatLongHashMap
.(package private) final class
ImmutableFloatLongSingletonMap is an optimization forImmutableFloatLongMap
of size 1.(package private) final class
ImmutableIntLongEmptyMap is an optimization forImmutableIntLongMap
of size 0.(package private) final class
ImmutableIntLongHashMap is the non-modifiable equivalent ofIntLongHashMap
.(package private) final class
ImmutableIntLongSingletonMap is an optimization forImmutableIntLongMap
of size 1.(package private) final class
ImmutableLongLongEmptyMap is an optimization forImmutableLongLongMap
of size 0.(package private) final class
ImmutableLongLongHashMap is the non-modifiable equivalent ofLongLongHashMap
.(package private) final class
ImmutableLongLongSingletonMap is an optimization forImmutableLongLongMap
of size 1.(package private) final class
ImmutableObjectLongEmptyMap is an optimization forImmutableObjectLongMap
of size 0.(package private) final class
ImmutableObjectLongHashMap is the non-modifiable equivalent ofObjectLongHashMap
.(package private) final class
ImmutableObjectLongSingletonMap is an optimization forImmutableObjectLongMap
of size 1.(package private) final class
ImmutableShortLongEmptyMap is an optimization forImmutableShortLongMap
of size 0.(package private) final class
ImmutableShortLongHashMap is the non-modifiable equivalent ofShortLongHashMap
.(package private) final class
ImmutableShortLongSingletonMap is an optimization forImmutableShortLongMap
of 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 TypeMethodDescriptionboolean
ImmutableByteLongEmptyMap.containsAll
(LongIterable source) boolean
ImmutableByteLongHashMap.containsAll
(LongIterable source) boolean
ImmutableByteLongSingletonMap.containsAll
(LongIterable source) boolean
ImmutableCharLongEmptyMap.containsAll
(LongIterable source) boolean
ImmutableCharLongHashMap.containsAll
(LongIterable source) boolean
ImmutableCharLongSingletonMap.containsAll
(LongIterable source) boolean
ImmutableDoubleLongEmptyMap.containsAll
(LongIterable source) boolean
ImmutableDoubleLongHashMap.containsAll
(LongIterable source) boolean
ImmutableDoubleLongSingletonMap.containsAll
(LongIterable source) boolean
ImmutableFloatLongEmptyMap.containsAll
(LongIterable source) boolean
ImmutableFloatLongHashMap.containsAll
(LongIterable source) boolean
ImmutableFloatLongSingletonMap.containsAll
(LongIterable source) boolean
ImmutableIntLongEmptyMap.containsAll
(LongIterable source) boolean
ImmutableIntLongHashMap.containsAll
(LongIterable source) boolean
ImmutableIntLongSingletonMap.containsAll
(LongIterable source) boolean
ImmutableLongLongEmptyMap.containsAll
(LongIterable source) boolean
ImmutableLongLongHashMap.containsAll
(LongIterable source) boolean
ImmutableLongLongSingletonMap.containsAll
(LongIterable source) boolean
ImmutableObjectLongEmptyMap.containsAll
(LongIterable source) boolean
ImmutableObjectLongHashMap.containsAll
(LongIterable source) boolean
ImmutableObjectLongSingletonMap.containsAll
(LongIterable source) boolean
ImmutableShortLongEmptyMap.containsAll
(LongIterable source) boolean
ImmutableShortLongHashMap.containsAll
(LongIterable source) boolean
ImmutableShortLongSingletonMap.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
(package private) class
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
private class
private class
private class
private class
private class
private class
class
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
A synchronized view of aMutableByteLongMap
.class
A synchronized view of aMutableCharLongMap
.class
A synchronized view of aMutableDoubleLongMap
.class
A synchronized view of aMutableFloatLongMap
.class
A synchronized view of aMutableIntLongMap
.class
A synchronized view of aMutableLongLongMap
.class
A synchronized view of aMutableObjectLongMap
.class
A synchronized view of aMutableShortLongMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
This 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 TypeMethodDescriptionboolean
AbstractMutableLongKeySet.addAll
(LongIterable source) boolean
AbstractMutableLongValuesMap.AbstractLongValuesCollection.addAll
(LongIterable source) boolean
ObjectLongHashMap.ValuesCollection.addAll
(LongIterable source) boolean
ObjectLongHashMapWithHashingStrategy.ValuesCollection.addAll
(LongIterable source) boolean
AbstractMutableLongKeySet.containsAll
(LongIterable source) boolean
AbstractMutableLongValuesMap.AbstractLongValuesCollection.containsAll
(LongIterable source) boolean
AbstractMutableLongValuesMap.containsAll
(LongIterable source) boolean
LongBooleanHashMap.KeysView.containsAll
(LongIterable source) boolean
ObjectLongHashMap.containsAll
(LongIterable source) boolean
ObjectLongHashMap.ValuesCollection.containsAll
(LongIterable source) boolean
ObjectLongHashMapWithHashingStrategy.containsAll
(LongIterable source) boolean
ObjectLongHashMapWithHashingStrategy.ValuesCollection.containsAll
(LongIterable source) boolean
SynchronizedByteLongMap.containsAll
(LongIterable source) boolean
SynchronizedCharLongMap.containsAll
(LongIterable source) boolean
SynchronizedDoubleLongMap.containsAll
(LongIterable source) boolean
SynchronizedFloatLongMap.containsAll
(LongIterable source) boolean
SynchronizedIntLongMap.containsAll
(LongIterable source) boolean
SynchronizedLongLongMap.containsAll
(LongIterable source) boolean
SynchronizedObjectLongMap.containsAll
(LongIterable source) boolean
SynchronizedShortLongMap.containsAll
(LongIterable source) boolean
UnmodifiableByteLongMap.containsAll
(LongIterable source) boolean
UnmodifiableCharLongMap.containsAll
(LongIterable source) boolean
UnmodifiableDoubleLongMap.containsAll
(LongIterable source) boolean
UnmodifiableFloatLongMap.containsAll
(LongIterable source) boolean
UnmodifiableIntLongMap.containsAll
(LongIterable source) boolean
UnmodifiableLongLongMap.containsAll
(LongIterable source) boolean
UnmodifiableObjectLongMap.containsAll
(LongIterable source) boolean
UnmodifiableShortLongMap.containsAll
(LongIterable source) boolean
AbstractMutableLongKeySet.removeAll
(LongIterable source) boolean
AbstractMutableLongValuesMap.AbstractLongValuesCollection.removeAll
(LongIterable source) boolean
ObjectLongHashMap.ValuesCollection.removeAll
(LongIterable source) boolean
ObjectLongHashMapWithHashingStrategy.ValuesCollection.removeAll
(LongIterable source) boolean
ByteLongHashMap.ValuesCollection.retainAll
(LongIterable source) boolean
CharLongHashMap.ValuesCollection.retainAll
(LongIterable source) boolean
DoubleLongHashMap.ValuesCollection.retainAll
(LongIterable source) boolean
FloatLongHashMap.ValuesCollection.retainAll
(LongIterable source) boolean
IntLongHashMap.ValuesCollection.retainAll
(LongIterable source) boolean
LongBooleanHashMap.KeySet.retainAll
(LongIterable source) boolean
LongByteHashMap.KeySet.retainAll
(LongIterable source) boolean
LongCharHashMap.KeySet.retainAll
(LongIterable source) boolean
LongDoubleHashMap.KeySet.retainAll
(LongIterable source) boolean
LongFloatHashMap.KeySet.retainAll
(LongIterable source) boolean
LongIntHashMap.KeySet.retainAll
(LongIterable source) boolean
LongLongHashMap.KeySet.retainAll
(LongIterable source) boolean
LongLongHashMap.ValuesCollection.retainAll
(LongIterable source) boolean
LongObjectHashMap.KeySet.retainAll
(LongIterable source) boolean
LongShortHashMap.KeySet.retainAll
(LongIterable source) boolean
ObjectLongHashMap.ValuesCollection.retainAll
(LongIterable source) boolean
ObjectLongHashMapWithHashingStrategy.ValuesCollection.retainAll
(LongIterable source) boolean
ShortLongHashMap.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
A 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 TypeMethodDescriptionboolean
SynchronizedLongIterable.containsAll
(LongIterable source) boolean
SynchronizedLongIterable.containsAny
(LongIterable source) boolean
SynchronizedLongIterable.containsNone
(LongIterable source) static SynchronizedLongIterable
SynchronizedLongIterable.of
(LongIterable iterable) This method will take a LongIterable and wrap it directly in a SynchronizedLongIterable.static SynchronizedLongIterable
SynchronizedLongIterable.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 LongIterableModifierConstructorDescriptionprotected
SynchronizedLongIterable
(LongIterable iterable) protected
SynchronizedLongIterable
(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 TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final class
ImmutableLongEmptySet is an optimization forImmutableLongSet
of size 0.(package private) final class
ImmutableLongSingletonSet is an optimization forImmutableLongSet
of 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 TypeMethodDescriptionboolean
ImmutableLongEmptySet.containsAll
(LongIterable source) boolean
ImmutableLongSingletonSet.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 TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.private static final class
class
A synchronized view of aMutableLongSet
.class
This 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 TypeMethodDescriptionboolean
LongHashSet.addAll
(LongIterable source) static LongHashSet
LongHashSet.newSet
(LongIterable source) MutableLongSetFactoryImpl.ofAll
(LongIterable items) boolean
LongHashSet.removeAll
(LongIterable source) boolean
LongHashSet.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 TypeClassDescriptionclass
This 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 class
ImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack
.(package private) final class
ImmutableLongEmptyStack is an optimization forImmutableLongStack
of size 0.(package private) final class
ImmutableLongSingletonStack is an optimization forImmutableLongStack
of 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 TypeMethodDescriptionboolean
ImmutableLongEmptyStack.containsAll
(LongIterable source) boolean
ImmutableLongSingletonStack.containsAll
(LongIterable source) static ImmutableLongArrayStack
ImmutableLongArrayStack.newStack
(LongIterable iterable) static ImmutableLongArrayStack
ImmutableLongArrayStack.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 TypeClassDescriptionclass
LongArrayStack is similar toArrayStack
, and is memory-optimized for long primitives.class
A synchronized view of aMutableLongStack
.class
This 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 TypeMethodDescriptionboolean
SynchronizedLongStack.containsAll
(LongIterable source) boolean
UnmodifiableLongStack.containsAll
(LongIterable source) static LongArrayStack
LongArrayStack.newStack
(LongIterable items) static LongArrayStack
LongArrayStack.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 TypeClassDescriptionclass
This 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 boolean
LongIterableIterate.allSatisfy
(LongIterable iterable, LongPredicate predicate) static boolean
LongIterableIterate.anySatisfy
(LongIterable iterable, LongPredicate predicate) static void
LongIterableIterate.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 int
LongIterableIterate.count
(LongIterable iterable, LongPredicate predicate) static long
LongIterableIterate.detectIfNone
(LongIterable iterable, LongPredicate predicate, long ifNone) static void
LongIterableIterate.forEach
(LongIterable iterable, LongProcedure procedure) static <T> T
LongIterableIterate.injectInto
(LongIterable iterable, T injectedValue, ObjectLongToObjectFunction<? super T, ? extends T> function) static boolean
LongIterableIterate.isEmpty
(LongIterable iterable) static long
LongIterableIterate.max
(LongIterable iterable) static long
LongIterableIterate.maxIfEmpty
(LongIterable iterable, long ifEmpty) static long
LongIterableIterate.min
(LongIterable iterable) static long
LongIterableIterate.minIfEmpty
(LongIterable iterable, long ifEmpty) static boolean
LongIterableIterate.noneSatisfy
(LongIterable iterable, LongPredicate predicate) static boolean
LongIterableIterate.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> String
LongIterableIterate.stringValueOfItem
(LongIterable iterable, T item) static long
LongIterableIterate.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 LazyLongIterable
LazyLongIterate.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 LazyLongIterable
LazyLongIterate.select
(LongIterable iterable, LongPredicate predicate) Creates a deferred filtering long iterable for the specified long iterable.static LazyLongIterable
LazyLongIterate.tap
(LongIterable iterable, LongProcedure procedure) Creates a deferred tap iterable for the specified iterable.