Uses of Interface
org.eclipse.collections.api.IntIterable
Packages that use IntIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap
interface.This package contains implementations of the
MutableCollection
interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the
MutableList
interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of IntIterable in org.eclipse.collections.api
Subinterfaces of IntIterable 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 IntIterableModifier and TypeMethodDescriptionRichIterable.collectInt
(IntFunction<? super T> intFunction) Returns a new primitiveint
iterable with the results of applying the specified function on each element of the source collection.IntIterable.reject
(IntPredicate predicate) Returns a new IntIterable with all of the elements in the IntIterable that return false for the specified predicate.IntIterable.select
(IntPredicate predicate) Returns a new IntIterable with all of the elements in the IntIterable that return true for the specified predicate.default IntIterable
IntIterable.tap
(IntProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type IntIterableModifier and TypeMethodDescriptiondefault RichIterable<IntIterable>
IntIterable.chunk
(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type IntIterableModifier and TypeMethodDescriptiondefault boolean
IntIterable.containsAll
(IntIterable source) Returns true if all of the values specified in the source IntIterable are contained in the IntIterable, and false if they are not.default boolean
IntIterable.containsAny
(IntIterable source) Returns true if any of the values specified in the source IntIterable are contained in the IntIterable, and false if they are not.default boolean
IntIterable.containsNone
(IntIterable source) Returns true if none of the values specified in the source IntIterable are contained in the IntIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type IntIterableModifier and TypeMethodDescriptiondefault <R extends MutableIntCollection>
RRichIterable.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of IntIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of IntIterable 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 IntIterableModifier and TypeMethodDescriptionImmutableIntBag.newWithAll
(IntIterable elements) ImmutableIntBag.newWithoutAll
(IntIterable elements) MutableIntBag.withAll
(IntIterable elements) MutableIntBag.withoutAll
(IntIterable elements) -
Uses of IntIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of IntIterable 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 IntIterableModifier and TypeMethodDescriptionboolean
MutableIntCollection.addAll
(IntIterable source) ImmutableIntCollection.newWithAll
(IntIterable elements) ImmutableIntCollection.newWithoutAll
(IntIterable elements) boolean
MutableIntCollection.removeAll
(IntIterable source) boolean
MutableIntCollection.retainAll
(IntIterable elements) MutableIntCollection.withAll
(IntIterable elements) MutableIntCollection.withoutAll
(IntIterable elements) -
Uses of IntIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionImmutableIntBagFactory.ofAll
(IntIterable items) MutableIntBagFactory.ofAll
(IntIterable items) ImmutableIntBagFactory.withAll
(IntIterable items) MutableIntBagFactory.withAll
(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionImmutableIntListFactory.ofAll
(IntIterable items) MutableIntListFactory.ofAll
(IntIterable items) ImmutableIntListFactory.withAll
(IntIterable items) MutableIntListFactory.withAll
(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionImmutableIntSetFactory.ofAll
(IntIterable items) MutableIntSetFactory.ofAll
(IntIterable items) ImmutableIntSetFactory.withAll
(IntIterable items) MutableIntSetFactory.withAll
(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionImmutableIntStackFactory.ofAll
(IntIterable items) MutableIntStackFactory.ofAll
(IntIterable items) ImmutableIntStackFactory.ofAllReversed
(IntIterable items) MutableIntStackFactory.ofAllReversed
(IntIterable items) ImmutableIntStackFactory.withAll
(IntIterable items) MutableIntStackFactory.withAll
(IntIterable items) ImmutableIntStackFactory.withAllReversed
(IntIterable items) MutableIntStackFactory.withAllReversed
(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of IntIterable 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 IntIterableModifier and TypeMethodDescriptionboolean
MutableIntList.addAllAtIndex
(int index, IntIterable source) ImmutableIntList.newWithAll
(IntIterable elements) ImmutableIntList.newWithoutAll
(IntIterable elements) MutableIntList.withAll
(IntIterable elements) MutableIntList.withoutAll
(IntIterable elements) default ImmutableList<IntIntPair>
ImmutableIntList.zipInt
(IntIterable iterable) Returns anImmutableList
formed from thisImmutableIntList
and anotherIntList
by combining corresponding elements in pairs.default ListIterable<IntIntPair>
IntList.zipInt
(IntIterable iterable) Returns aListIterable
formed from thisIntList
and anotherIntList
by combining corresponding elements in pairs.default MutableList<IntIntPair>
MutableIntList.zipInt
(IntIterable iterable) Returns aMutableList
formed from thisMutableIntList
and anotherIntList
by combining corresponding elements in pairs. -
Uses of IntIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of IntIterable 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 primitiveValuesMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.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 mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
ObjectIntMap<K>
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 IntIterableModifier and TypeMethodDescriptionImmutableIntBooleanMap.newWithoutAllKeys
(IntIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntByteMap.newWithoutAllKeys
(IntIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntCharMap.newWithoutAllKeys
(IntIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntDoubleMap.newWithoutAllKeys
(IntIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntFloatMap.newWithoutAllKeys
(IntIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntIntMap.newWithoutAllKeys
(IntIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntLongMap.newWithoutAllKeys
(IntIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntObjectMap.newWithoutAllKeys
(IntIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntShortMap.newWithoutAllKeys
(IntIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableIntBooleanMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntByteMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntCharMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntDoubleMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntFloatMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntIntMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntLongMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntObjectMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntShortMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of IntIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of IntIterable 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 IntIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of IntIterable 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 IntIterableModifier and TypeMethodDescriptionImmutableIntSet.newWithAll
(IntIterable elements) ImmutableIntSet.newWithoutAll
(IntIterable elements) MutableIntSet.withAll
(IntIterable elements) MutableIntSet.withoutAll
(IntIterable elements) -
Uses of IntIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of IntIterable 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 IntIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return IntIterableModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectInt
(IntFunction<? super T> intFunction) Method parameters in org.eclipse.collections.impl with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RUnmodifiableRichIterable.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.bag
Method parameters in org.eclipse.collections.impl.bag with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RAbstractBag.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionImmutableIntBagFactoryImpl.ofAll
(IntIterable items) ImmutableIntBagFactoryImpl.withAll
(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement IntIterableModifier and TypeClassDescriptionclass
IntHashBag is similar toHashBag
, and is memory-optimized for int primitives.class
A synchronized view of aMutableIntBag
.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 IntIterableMethods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionboolean
IntHashBag.addAll
(IntIterable source) static IntHashBag
IntHashBag.newBag
(IntIterable source) MutableIntBagFactoryImpl.ofAll
(IntIterable items) boolean
IntHashBag.removeAll
(IntIterable source) boolean
IntHashBag.retainAll
(IntIterable source) IntHashBag.withAll
(IntIterable iterable) MutableIntBagFactoryImpl.withAll
(IntIterable items) SynchronizedIntBag.withAll
(IntIterable elements) UnmodifiableIntBag.withAll
(IntIterable elements) IntHashBag.withoutAll
(IntIterable iterable) SynchronizedIntBag.withoutAll
(IntIterable elements) UnmodifiableIntBag.withoutAll
(IntIterable elements) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type IntIterable -
Uses of IntIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RAbstractBiMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return IntIterableModifier and TypeMethodDescriptionUnmodifiableBiMap.collectInt
(IntFunction<? super V> intFunction) Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RUnmodifiableBiMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection that return IntIterableModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectInt
(IntFunction<? super T> intFunction) Method parameters in org.eclipse.collections.impl.collection with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RAbstractSynchronizedRichIterable.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.collection.mutable
Method parameters in org.eclipse.collections.impl.collection.mutable with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RAbstractMultiReaderMutableCollection.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RAbstractUnmodifiableMutableCollection.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement IntIterableModifier 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 IntIterableModifier and TypeMethodDescriptionAbstractSynchronizedIntCollection.chunk
(int size) AbstractUnmodifiableIntCollection.chunk
(int size) Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionboolean
AbstractSynchronizedIntCollection.addAll
(IntIterable source) boolean
AbstractUnmodifiableIntCollection.addAll
(IntIterable source) boolean
AbstractSynchronizedIntCollection.containsAll
(IntIterable source) boolean
AbstractUnmodifiableIntCollection.containsAll
(IntIterable source) boolean
AbstractSynchronizedIntCollection.containsAny
(IntIterable source) boolean
AbstractUnmodifiableIntCollection.containsAny
(IntIterable source) boolean
AbstractSynchronizedIntCollection.containsNone
(IntIterable source) boolean
AbstractUnmodifiableIntCollection.containsNone
(IntIterable source) boolean
AbstractSynchronizedIntCollection.removeAll
(IntIterable source) boolean
AbstractUnmodifiableIntCollection.removeAll
(IntIterable source) boolean
AbstractSynchronizedIntCollection.retainAll
(IntIterable source) boolean
AbstractUnmodifiableIntCollection.retainAll
(IntIterable source) AbstractSynchronizedIntCollection.withAll
(IntIterable elements) AbstractUnmodifiableIntCollection.withAll
(IntIterable elements) AbstractSynchronizedIntCollection.withoutAll
(IntIterable elements) AbstractUnmodifiableIntCollection.withoutAll
(IntIterable elements) -
Uses of IntIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement IntIterableModifier 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 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 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.Methods in org.eclipse.collections.impl.lazy.primitive that return IntIterableMethods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type IntIterableModifier and TypeMethodDescriptionAbstractLazyIntIterable.chunk
(int size) ChunkIntIterable.iterator()
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionboolean
AbstractLazyIntIterable.containsAll
(IntIterable source) boolean
CollectIntIterable.containsAll
(IntIterable source) boolean
LazyIntIterableAdapter.containsAll
(IntIterable source) boolean
ReverseIntIterable.containsAll
(IntIterable source) boolean
SelectIntIterable.containsAll
(IntIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type IntIterableModifier and TypeMethodDescriptionvoid
ChunkIntIterable.each
(Procedure<? super IntIterable> procedure) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type IntIterableModifierConstructorDescriptionChunkIntIterable
(IntIterable delegate, int size) ChunkIntIterator
(IntIterable iterable, int size) CollectIntToBooleanIterable
(IntIterable iterable, IntToBooleanFunction function) CollectIntToByteIterable
(IntIterable iterable, IntToByteFunction function) CollectIntToCharIterable
(IntIterable iterable, IntToCharFunction function) CollectIntToDoubleIterable
(IntIterable iterable, IntToDoubleFunction function) CollectIntToFloatIterable
(IntIterable iterable, IntToFloatFunction function) CollectIntToIntIterable
(IntIterable iterable, IntToIntFunction function) CollectIntToLongIterable
(IntIterable iterable, IntToLongFunction function) CollectIntToObjectIterable
(IntIterable iterable, IntToObjectFunction<? extends V> function) CollectIntToShortIterable
(IntIterable iterable, IntToShortFunction function) FlatCollectIntToObjectIterable
(IntIterable iterable, IntToObjectFunction<? extends Iterable<V>> function) LazyIntIterableAdapter
(IntIterable delegate) SelectIntIterable
(IntIterable delegate, IntPredicate predicate) TapIntIterable
(IntIterable delegate, IntProcedure procedure) TapIntIterator
(IntIterable iterable, IntProcedure procedure) -
Uses of IntIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionImmutableIntListFactoryImpl.ofAll
(IntIterable items) ImmutableIntListFactoryImpl.withAll
(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RFastList.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement IntIterableModifier and TypeClassDescriptionclass
IntArrayList is similar to FastList, and is memory-optimized for int primitives.class
A synchronized view of aMutableIntList
.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 IntIterableMethods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionboolean
IntArrayList.addAll
(IntIterable source) boolean
IntArrayList.addAllAtIndex
(int index, IntIterable source) boolean
SynchronizedIntList.addAllAtIndex
(int index, IntIterable source) boolean
UnmodifiableIntList.addAllAtIndex
(int index, IntIterable source) static IntArrayList
IntArrayList.newList
(IntIterable source) MutableIntListFactoryImpl.ofAll
(IntIterable items) boolean
IntArrayList.removeAll
(IntIterable source) boolean
IntArrayList.retainAll
(IntIterable source) IntArrayList.withAll
(IntIterable elements) MutableIntListFactoryImpl.withAll
(IntIterable items) SynchronizedIntList.withAll
(IntIterable elements) UnmodifiableIntList.withAll
(IntIterable elements) IntArrayList.withoutAll
(IntIterable elements) SynchronizedIntList.withoutAll
(IntIterable elements) UnmodifiableIntList.withoutAll
(IntIterable elements) IntArrayList.zipInt
(IntIterable iterable) SynchronizedIntList.zipInt
(IntIterable iterable) UnmodifiableIntList.zipInt
(IntIterable iterable) -
Uses of IntIterable in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement IntIterableModifier and TypeClassDescriptionfinal class
An IntInterval is a range of ints that may be iterated over using a step value.Methods in org.eclipse.collections.impl.list.primitive that return types with arguments of type IntIterableMethods in org.eclipse.collections.impl.list.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionboolean
IntInterval.containsAll
(IntIterable source) IntInterval.newWithAll
(IntIterable elements) IntInterval.newWithoutAll
(IntIterable elements) IntInterval.zipInt
(IntIterable iterable) -
Uses of IntIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement IntIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg. -
Uses of IntIterable in org.eclipse.collections.impl.map.mutable
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RUnmodifiableMutableMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement IntIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file objectPrimitiveHashMap.stg.class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
A synchronized view of aMutableByteIntMap
.class
A synchronized view of aMutableCharIntMap
.class
A synchronized view of aMutableDoubleIntMap
.class
A synchronized view of aMutableFloatIntMap
.class
A synchronized view of aMutableIntIntMap
.class
A synchronized view of aMutableLongIntMap
.class
A synchronized view of aMutableObjectIntMap
.class
A synchronized view of aMutableShortIntMap
.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 IntIterableModifier and TypeMethodDescriptionAbstractMutableIntKeySet.chunk
(int size) AbstractMutableIntValuesMap.chunk
(int size) ObjectIntHashMap.chunk
(int size) ObjectIntHashMapWithHashingStrategy.chunk
(int size) SynchronizedByteIntMap.chunk
(int size) SynchronizedCharIntMap.chunk
(int size) SynchronizedDoubleIntMap.chunk
(int size) SynchronizedFloatIntMap.chunk
(int size) SynchronizedIntIntMap.chunk
(int size) SynchronizedLongIntMap.chunk
(int size) SynchronizedObjectIntMap.chunk
(int size) SynchronizedShortIntMap.chunk
(int size) UnmodifiableByteIntMap.chunk
(int size) UnmodifiableCharIntMap.chunk
(int size) UnmodifiableDoubleIntMap.chunk
(int size) UnmodifiableFloatIntMap.chunk
(int size) UnmodifiableIntIntMap.chunk
(int size) UnmodifiableLongIntMap.chunk
(int size) UnmodifiableObjectIntMap.chunk
(int size) UnmodifiableShortIntMap.chunk
(int size) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionboolean
AbstractMutableIntKeySet.addAll
(IntIterable source) boolean
AbstractMutableIntKeySet.containsAll
(IntIterable source) boolean
AbstractMutableIntValuesMap.containsAll
(IntIterable source) boolean
ObjectIntHashMap.containsAll
(IntIterable source) boolean
ObjectIntHashMapWithHashingStrategy.containsAll
(IntIterable source) boolean
SynchronizedByteIntMap.containsAll
(IntIterable source) boolean
SynchronizedCharIntMap.containsAll
(IntIterable source) boolean
SynchronizedDoubleIntMap.containsAll
(IntIterable source) boolean
SynchronizedFloatIntMap.containsAll
(IntIterable source) boolean
SynchronizedIntIntMap.containsAll
(IntIterable source) boolean
SynchronizedLongIntMap.containsAll
(IntIterable source) boolean
SynchronizedObjectIntMap.containsAll
(IntIterable source) boolean
SynchronizedShortIntMap.containsAll
(IntIterable source) boolean
UnmodifiableByteIntMap.containsAll
(IntIterable source) boolean
UnmodifiableCharIntMap.containsAll
(IntIterable source) boolean
UnmodifiableDoubleIntMap.containsAll
(IntIterable source) boolean
UnmodifiableFloatIntMap.containsAll
(IntIterable source) boolean
UnmodifiableIntIntMap.containsAll
(IntIterable source) boolean
UnmodifiableLongIntMap.containsAll
(IntIterable source) boolean
UnmodifiableObjectIntMap.containsAll
(IntIterable source) boolean
UnmodifiableShortIntMap.containsAll
(IntIterable source) boolean
AbstractMutableIntKeySet.removeAll
(IntIterable source) AbstractMutableIntKeySet.withAll
(IntIterable elements) AbstractMutableIntKeySet.withoutAll
(IntIterable elements) IntBooleanHashMap.withoutAllKeys
(IntIterable keys) IntByteHashMap.withoutAllKeys
(IntIterable keys) IntCharHashMap.withoutAllKeys
(IntIterable keys) IntDoubleHashMap.withoutAllKeys
(IntIterable keys) IntFloatHashMap.withoutAllKeys
(IntIterable keys) IntIntHashMap.withoutAllKeys
(IntIterable keys) IntLongHashMap.withoutAllKeys
(IntIterable keys) IntObjectHashMap.withoutAllKeys
(IntIterable keys) IntShortHashMap.withoutAllKeys
(IntIterable keys) SynchronizedIntBooleanMap.withoutAllKeys
(IntIterable keys) SynchronizedIntByteMap.withoutAllKeys
(IntIterable keys) SynchronizedIntCharMap.withoutAllKeys
(IntIterable keys) SynchronizedIntDoubleMap.withoutAllKeys
(IntIterable keys) SynchronizedIntFloatMap.withoutAllKeys
(IntIterable keys) SynchronizedIntIntMap.withoutAllKeys
(IntIterable keys) SynchronizedIntLongMap.withoutAllKeys
(IntIterable keys) SynchronizedIntObjectMap.withoutAllKeys
(IntIterable keys) SynchronizedIntShortMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntBooleanMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntByteMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntCharMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntDoubleMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntFloatMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntIntMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntLongMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntObjectMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntShortMap.withoutAllKeys
(IntIterable keys) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RSynchronizedByteObjectMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RSynchronizedCharObjectMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RSynchronizedDoubleObjectMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RSynchronizedFloatObjectMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RSynchronizedIntObjectMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RSynchronizedLongObjectMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RSynchronizedShortObjectMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.map.ordered.mutable
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RUnmodifiableMutableOrderedMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.map.sorted.mutable
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RUnmodifiableTreeMap.flatCollectInt
(Function<? super V, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement IntIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
A synchronized view of a IntIterable.Methods in org.eclipse.collections.impl.primitive that return IntIterableModifier and TypeMethodDescriptionSynchronizedIntIterable.reject
(IntPredicate predicate) SynchronizedIntIterable.select
(IntPredicate predicate) Methods in org.eclipse.collections.impl.primitive that return types with arguments of type IntIterableMethods in org.eclipse.collections.impl.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionboolean
SynchronizedIntIterable.containsAll
(IntIterable source) boolean
SynchronizedIntIterable.containsAny
(IntIterable source) boolean
SynchronizedIntIterable.containsNone
(IntIterable source) static SynchronizedIntIterable
SynchronizedIntIterable.of
(IntIterable iterable) This method will take a IntIterable and wrap it directly in a SynchronizedIntIterable.static SynchronizedIntIterable
SynchronizedIntIterable.of
(IntIterable iterable, Object lock) This method will take a IntIterable and wrap it directly in a SynchronizedIntIterable. -
Uses of IntIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement IntIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type IntIterableMethods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionAbstractImmutableIntSet.newWithAll
(IntIterable elements) AbstractImmutableIntSet.newWithoutAll
(IntIterable elements) ImmutableIntSetFactoryImpl.ofAll
(IntIterable items) ImmutableIntSetFactoryImpl.withAll
(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement IntIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.class
A synchronized view of aMutableIntSet
.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 IntIterableMethods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionboolean
IntHashSet.addAll
(IntIterable source) static IntHashSet
IntHashSet.newSet
(IntIterable source) MutableIntSetFactoryImpl.ofAll
(IntIterable items) boolean
IntHashSet.removeAll
(IntIterable source) boolean
IntHashSet.retainAll
(IntIterable source) IntHashSet.withAll
(IntIterable elements) MutableIntSetFactoryImpl.withAll
(IntIterable items) SynchronizedIntSet.withAll
(IntIterable elements) UnmodifiableIntSet.withAll
(IntIterable elements) IntHashSet.withoutAll
(IntIterable elements) SynchronizedIntSet.withoutAll
(IntIterable elements) UnmodifiableIntSet.withoutAll
(IntIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntIterable -
Uses of IntIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement IntIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of IntIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionImmutableIntStackFactoryImpl.ofAll
(IntIterable items) ImmutableIntStackFactoryImpl.ofAllReversed
(IntIterable items) ImmutableIntStackFactoryImpl.withAll
(IntIterable items) ImmutableIntStackFactoryImpl.withAllReversed
(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.impl.stack.mutable
Method parameters in org.eclipse.collections.impl.stack.mutable with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RArrayStack.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RSynchronizedStack.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RUnmodifiableStack.flatCollectInt
(Function<? super T, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement IntIterableModifier and TypeClassDescriptionclass
IntArrayStack is similar toArrayStack
, and is memory-optimized for int primitives.class
A synchronized view of aMutableIntStack
.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 IntIterableModifier and TypeMethodDescriptionSynchronizedIntStack.chunk
(int size) UnmodifiableIntStack.chunk
(int size) Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionboolean
SynchronizedIntStack.containsAll
(IntIterable source) boolean
UnmodifiableIntStack.containsAll
(IntIterable source) static IntArrayStack
IntArrayStack.newStack
(IntIterable items) static IntArrayStack
IntArrayStack.newStackFromTopToBottom
(IntIterable items) MutableIntStackFactoryImpl.ofAll
(IntIterable items) MutableIntStackFactoryImpl.ofAllReversed
(IntIterable items) MutableIntStackFactoryImpl.withAll
(IntIterable items) MutableIntStackFactoryImpl.withAllReversed
(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement IntIterableModifier 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 IntIterableMethods in org.eclipse.collections.impl.stack.primitive with parameters of type IntIterable -
Uses of IntIterable in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement IntIterableModifier and TypeClassDescriptionclass
Calculates and provides the code points stored in a String as an ImmutableIntList.class
Calculates and provides the code points stored in a String as an ImmutableIntList.Methods in org.eclipse.collections.impl.string.immutable that return types with arguments of type IntIterableMethods in org.eclipse.collections.impl.string.immutable with parameters of type IntIterableModifier and TypeMethodDescriptionstatic CodePointAdapter
CodePointAdapter.from
(IntIterable iterable) static CodePointList
CodePointList.from
(IntIterable iterable) CodePointAdapter.newWithAll
(IntIterable elements) CodePointList.newWithAll
(IntIterable elements) CodePointAdapter.newWithoutAll
(IntIterable elements) CodePointList.newWithoutAll
(IntIterable elements) CodePointAdapter.zipInt
(IntIterable iterable) CodePointList.zipInt
(IntIterable iterable) -
Uses of IntIterable in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionstatic boolean
IntIterableIterate.allSatisfy
(IntIterable iterable, IntPredicate predicate) static boolean
IntIterableIterate.anySatisfy
(IntIterable iterable, IntPredicate predicate) static void
IntIterableIterate.appendString
(IntIterable iterable, Appendable appendable, String start, String separator, String end) static <V,
R extends Collection<V>>
RIntIterableIterate.collect
(IntIterable iterable, IntToObjectFunction<? extends V> function, R targetCollection) static int
IntIterableIterate.count
(IntIterable iterable, IntPredicate predicate) static int
IntIterableIterate.detectIfNone
(IntIterable iterable, IntPredicate predicate, int ifNone) static void
IntIterableIterate.forEach
(IntIterable iterable, IntProcedure procedure) static <T> T
IntIterableIterate.injectInto
(IntIterable iterable, T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) static boolean
IntIterableIterate.isEmpty
(IntIterable iterable) static int
IntIterableIterate.max
(IntIterable iterable) static int
IntIterableIterate.maxIfEmpty
(IntIterable iterable, int ifEmpty) static int
IntIterableIterate.min
(IntIterable iterable) static int
IntIterableIterate.minIfEmpty
(IntIterable iterable, int ifEmpty) static boolean
IntIterableIterate.noneSatisfy
(IntIterable iterable, IntPredicate predicate) static boolean
IntIterableIterate.notEmpty
(IntIterable iterable) static <R extends MutableIntCollection>
RIntIterableIterate.reject
(IntIterable iterable, IntPredicate predicate, R targetCollection) static <R extends MutableIntCollection>
RIntIterableIterate.select
(IntIterable iterable, IntPredicate predicate, R targetCollection) static long
IntIterableIterate.sum
(IntIterable iterable) -
Uses of IntIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionstatic LazyIntIterable
LazyIntIterate.adapt
(IntIterable iterable) Creates a deferred int iterable for the specified int iterable.static <V> LazyIterable<V>
LazyIntIterate.collect
(IntIterable iterable, IntToObjectFunction<? extends V> function) Creates a deferred transforming int iterable for the specified int iterable.static <V> LazyIterable<V>
LazyIntIterate.collectIf
(IntIterable iterable, IntPredicate predicate, IntToObjectFunction<? extends V> function) Creates a deferred filtering and transforming int iterable for the specified int iterable.static <V> LazyIterable<V>
LazyIntIterate.flatCollect
(IntIterable iterable, IntToObjectFunction<? extends Iterable<V>> function) Creates a deferred transforming and flattening int iterable for the specified int iterable.static LazyIntIterable
LazyIntIterate.select
(IntIterable iterable, IntPredicate predicate) Creates a deferred filtering int iterable for the specified int iterable.static LazyIntIterable
LazyIntIterate.tap
(IntIterable iterable, IntProcedure procedure) Creates a deferred tap iterable for the specified iterable.