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
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 IntIterable in org.eclipse.collections.api
Subinterfaces of IntIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterfaceThis 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 primitiveintiterable 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 IntIterableIntIterable.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 booleanIntIterable.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 booleanIntIterable.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 booleanIntIterable.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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceThis file was automatically generated from template file primitiveBag.stg.interfaceThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanMutableIntCollection.addAll(IntIterable source) ImmutableIntCollection.newWithAll(IntIterable elements) ImmutableIntCollection.newWithoutAll(IntIterable elements) booleanMutableIntCollection.removeAll(IntIterable source) booleanMutableIntCollection.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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanMutableIntList.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 anImmutableListformed from thisImmutableIntListand anotherIntListby combining corresponding elements in pairs.default ListIterable<IntIntPair> IntList.zipInt(IntIterable iterable) Returns aListIterableformed from thisIntListand anotherIntListby combining corresponding elements in pairs.default MutableList<IntIntPair> MutableIntList.zipInt(IntIterable iterable) Returns aMutableListformed from thisMutableIntListand anotherIntListby 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitiveValuesMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceObjectIntMap<K>This file was automatically generated from template file objectPrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file primitiveSet.stg.interfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file primitiveStack.stg.interfaceThis file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of 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
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement IntIterableModifier and TypeClassDescription(package private) final classImmutableIntEmptyBag is an optimization forImmutableIntBagof size 0.(package private) final classImmutableIntHashBag is the non-modifiable equivalent ofIntHashBag.(package private) final classImmutableIntSingletonBag is an optimization forImmutableIntBagof size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type IntIterableModifier and TypeMethodDescriptionImmutableIntEmptyBag.chunk(int size) ImmutableIntHashBag.chunk(int size) ImmutableIntSingletonBag.chunk(int size) Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanImmutableIntEmptyBag.containsAll(IntIterable source) booleanImmutableIntHashBag.containsAll(IntIterable source) booleanImmutableIntSingletonBag.containsAll(IntIterable source) ImmutableIntEmptyBag.newWithAll(IntIterable elements) ImmutableIntHashBag.newWithAll(IntIterable elements) ImmutableIntSingletonBag.newWithAll(IntIterable elements) ImmutableIntEmptyBag.newWithoutAll(IntIterable elements) ImmutableIntHashBag.newWithoutAll(IntIterable elements) ImmutableIntSingletonBag.newWithoutAll(IntIterable elements) ImmutableIntBagFactoryImpl.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 TypeClassDescriptionclassIntHashBag is similar toHashBag, and is memory-optimized for int primitives.classA synchronized view of aMutableIntBag.classThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type IntIterableMethods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanIntHashBag.addAll(IntIterable source) static IntHashBagIntHashBag.newBag(IntIterable source) MutableIntBagFactoryImpl.ofAll(IntIterable items) booleanIntHashBag.removeAll(IntIterable source) booleanIntHashBag.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) final <R extends MutableIntCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return types with arguments of type 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 TypeMethodDescriptionbooleanAbstractSynchronizedIntCollection.addAll(IntIterable source) booleanAbstractUnmodifiableIntCollection.addAll(IntIterable source) booleanAbstractSynchronizedIntCollection.containsAll(IntIterable source) booleanAbstractUnmodifiableIntCollection.containsAll(IntIterable source) booleanAbstractSynchronizedIntCollection.containsAny(IntIterable source) booleanAbstractUnmodifiableIntCollection.containsAny(IntIterable source) booleanAbstractSynchronizedIntCollection.containsNone(IntIterable source) booleanAbstractUnmodifiableIntCollection.containsNone(IntIterable source) booleanAbstractSynchronizedIntCollection.removeAll(IntIterable source) booleanAbstractUnmodifiableIntCollection.removeAll(IntIterable source) booleanAbstractSynchronizedIntCollection.retainAll(IntIterable source) booleanAbstractUnmodifiableIntCollection.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis file was automatically generated from template file tapPrimitiveIterable.stg.Subclasses with type arguments of type IntIterable in org.eclipse.collections.impl.lazy.primitiveModifier and TypeClassDescriptionclassThis file was automatically generated from template file chunkPrimitiveIterable.stg.Classes in org.eclipse.collections.impl.lazy.primitive that implement interfaces with type arguments of type IntIterableFields in org.eclipse.collections.impl.lazy.primitive declared as IntIterableModifier and TypeFieldDescriptionprivate final IntIterableChunkIntIterable.adaptedprivate final IntIterableTapIntIterable.adaptedprivate final IntIterableLazyIntIterableAdapter.delegateprivate final IntIterableSelectIntIterable.delegateprivate final IntIterableCollectIntToBooleanIterable.iterableprivate final IntIterableCollectIntToByteIterable.iterableprivate final IntIterableCollectIntToCharIterable.iterableprivate final IntIterableCollectIntToDoubleIterable.iterableprivate final IntIterableCollectIntToFloatIterable.iterableprivate final IntIterableCollectIntToIntIterable.iterableprivate final IntIterableCollectIntToLongIterable.iterableprivate final IntIterableCollectIntToObjectIterable.iterableprivate final IntIterableCollectIntToShortIterable.iterableprivate final IntIterableFlatCollectIntToObjectIterable.iterableMethods 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 TypeMethodDescriptionbooleanAbstractLazyIntIterable.containsAll(IntIterable source) booleanCollectIntIterable.containsAll(IntIterable source) booleanLazyIntIterableAdapter.containsAll(IntIterable source) booleanReverseIntIterable.containsAll(IntIterable source) booleanSelectIntIterable.containsAll(IntIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type IntIterableModifier and TypeMethodDescriptionvoidChunkIntIterable.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) FlatCollectIntIterator(IntIterable iterable, IntToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectIntToObjectIterable(IntIterable iterable, IntToObjectFunction<? extends Iterable<V>> function) LazyIntIterableAdapter(IntIterable delegate) SelectIntIterable(IntIterable delegate, IntPredicate predicate) privateSelectIntIterator(IntIterable iterable, IntPredicate predicate) TapIntIterable(IntIterable delegate, IntProcedure procedure) TapIntIterator(IntIterable iterable, IntProcedure procedure) -
Uses of IntIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement IntIterableModifier and TypeClassDescription(package private) final classImmutableIntArrayList is the non-modifiable equivalent ofIntArrayList.(package private) final classImmutableIntEmptyList is an optimization forImmutableIntListof size 0.(package private) final classImmutableIntSingletonList is an optimization forImmutableIntListof size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type IntIterableModifier and TypeMethodDescriptionImmutableIntArrayList.chunk(int size) ImmutableIntEmptyList.chunk(int size) ImmutableIntSingletonList.chunk(int size) Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanImmutableIntArrayList.containsAll(IntIterable source) booleanImmutableIntEmptyList.containsAll(IntIterable source) booleanImmutableIntSingletonList.containsAll(IntIterable source) static ImmutableIntArrayListImmutableIntArrayList.newList(IntIterable iterable) ImmutableIntArrayList.newWithAll(IntIterable elements) ImmutableIntEmptyList.newWithAll(IntIterable elements) ImmutableIntSingletonList.newWithAll(IntIterable elements) ImmutableIntArrayList.newWithoutAll(IntIterable elements) ImmutableIntEmptyList.newWithoutAll(IntIterable elements) ImmutableIntSingletonList.newWithoutAll(IntIterable elements) ImmutableIntListFactoryImpl.ofAll(IntIterable items) ImmutableIntListFactoryImpl.withAll(IntIterable items) ImmutableIntArrayList.zipInt(IntIterable iterable) ImmutableIntEmptyList.zipInt(IntIterable iterable) ImmutableIntSingletonList.zipInt(IntIterable iterable) -
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 TypeClassDescriptionclassIntArrayList is similar to FastList, and is memory-optimized for int primitives.classA synchronized view of aMutableIntList.classThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type IntIterableMethods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanIntArrayList.addAll(IntIterable source) booleanIntArrayList.addAllAtIndex(int index, IntIterable source) booleanSynchronizedIntList.addAllAtIndex(int index, IntIterable source) booleanUnmodifiableIntList.addAllAtIndex(int index, IntIterable source) static IntArrayListIntArrayList.newList(IntIterable source) MutableIntListFactoryImpl.ofAll(IntIterable items) booleanIntArrayList.removeAll(IntIterable source) booleanIntArrayList.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 classAn 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 TypeMethodDescriptionbooleanIntInterval.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final classImmutableByteIntEmptyMap is an optimization forImmutableByteIntMapof size 0.(package private) final classImmutableByteIntHashMap is the non-modifiable equivalent ofByteIntHashMap.(package private) final classImmutableByteIntSingletonMap is an optimization forImmutableByteIntMapof size 1.(package private) final classImmutableCharIntEmptyMap is an optimization forImmutableCharIntMapof size 0.(package private) final classImmutableCharIntHashMap is the non-modifiable equivalent ofCharIntHashMap.(package private) final classImmutableCharIntSingletonMap is an optimization forImmutableCharIntMapof size 1.(package private) final classImmutableDoubleIntEmptyMap is an optimization forImmutableDoubleIntMapof size 0.(package private) final classImmutableDoubleIntHashMap is the non-modifiable equivalent ofDoubleIntHashMap.(package private) final classImmutableDoubleIntSingletonMap is an optimization forImmutableDoubleIntMapof size 1.(package private) final classImmutableFloatIntEmptyMap is an optimization forImmutableFloatIntMapof size 0.(package private) final classImmutableFloatIntHashMap is the non-modifiable equivalent ofFloatIntHashMap.(package private) final classImmutableFloatIntSingletonMap is an optimization forImmutableFloatIntMapof size 1.(package private) final classImmutableIntIntEmptyMap is an optimization forImmutableIntIntMapof size 0.(package private) final classImmutableIntIntHashMap is the non-modifiable equivalent ofIntIntHashMap.(package private) final classImmutableIntIntSingletonMap is an optimization forImmutableIntIntMapof size 1.(package private) final classImmutableLongIntEmptyMap is an optimization forImmutableLongIntMapof size 0.(package private) final classImmutableLongIntHashMap is the non-modifiable equivalent ofLongIntHashMap.(package private) final classImmutableLongIntSingletonMap is an optimization forImmutableLongIntMapof size 1.(package private) final classImmutableObjectIntEmptyMap is an optimization forImmutableObjectIntMapof size 0.(package private) final classImmutableObjectIntHashMap is the non-modifiable equivalent ofObjectIntHashMap.(package private) final classImmutableObjectIntSingletonMap is an optimization forImmutableObjectIntMapof size 1.(package private) final classImmutableShortIntEmptyMap is an optimization forImmutableShortIntMapof size 0.(package private) final classImmutableShortIntHashMap is the non-modifiable equivalent ofShortIntHashMap.(package private) final classImmutableShortIntSingletonMap is an optimization forImmutableShortIntMapof size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type IntIterableModifier and TypeMethodDescriptionImmutableByteIntEmptyMap.chunk(int size) ImmutableByteIntHashMap.chunk(int size) ImmutableByteIntSingletonMap.chunk(int size) ImmutableCharIntEmptyMap.chunk(int size) ImmutableCharIntHashMap.chunk(int size) ImmutableCharIntSingletonMap.chunk(int size) ImmutableDoubleIntEmptyMap.chunk(int size) ImmutableDoubleIntHashMap.chunk(int size) ImmutableDoubleIntSingletonMap.chunk(int size) ImmutableFloatIntEmptyMap.chunk(int size) ImmutableFloatIntHashMap.chunk(int size) ImmutableFloatIntSingletonMap.chunk(int size) ImmutableIntIntEmptyMap.chunk(int size) ImmutableIntIntHashMap.chunk(int size) ImmutableIntIntSingletonMap.chunk(int size) ImmutableLongIntEmptyMap.chunk(int size) ImmutableLongIntHashMap.chunk(int size) ImmutableLongIntSingletonMap.chunk(int size) ImmutableObjectIntEmptyMap.chunk(int size) ImmutableObjectIntHashMap.chunk(int size) ImmutableObjectIntSingletonMap.chunk(int size) ImmutableShortIntEmptyMap.chunk(int size) ImmutableShortIntHashMap.chunk(int size) ImmutableShortIntSingletonMap.chunk(int size) Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanImmutableByteIntEmptyMap.containsAll(IntIterable source) booleanImmutableByteIntHashMap.containsAll(IntIterable source) booleanImmutableByteIntSingletonMap.containsAll(IntIterable source) booleanImmutableCharIntEmptyMap.containsAll(IntIterable source) booleanImmutableCharIntHashMap.containsAll(IntIterable source) booleanImmutableCharIntSingletonMap.containsAll(IntIterable source) booleanImmutableDoubleIntEmptyMap.containsAll(IntIterable source) booleanImmutableDoubleIntHashMap.containsAll(IntIterable source) booleanImmutableDoubleIntSingletonMap.containsAll(IntIterable source) booleanImmutableFloatIntEmptyMap.containsAll(IntIterable source) booleanImmutableFloatIntHashMap.containsAll(IntIterable source) booleanImmutableFloatIntSingletonMap.containsAll(IntIterable source) booleanImmutableIntIntEmptyMap.containsAll(IntIterable source) booleanImmutableIntIntHashMap.containsAll(IntIterable source) booleanImmutableIntIntSingletonMap.containsAll(IntIterable source) booleanImmutableLongIntEmptyMap.containsAll(IntIterable source) booleanImmutableLongIntHashMap.containsAll(IntIterable source) booleanImmutableLongIntSingletonMap.containsAll(IntIterable source) booleanImmutableObjectIntEmptyMap.containsAll(IntIterable source) booleanImmutableObjectIntHashMap.containsAll(IntIterable source) booleanImmutableObjectIntSingletonMap.containsAll(IntIterable source) booleanImmutableShortIntEmptyMap.containsAll(IntIterable source) booleanImmutableShortIntHashMap.containsAll(IntIterable source) booleanImmutableShortIntSingletonMap.containsAll(IntIterable source) ImmutableIntBooleanEmptyMap.newWithoutAllKeys(IntIterable keys) ImmutableIntBooleanHashMap.newWithoutAllKeys(IntIterable keys) ImmutableIntBooleanSingletonMap.newWithoutAllKeys(IntIterable keys) ImmutableIntByteEmptyMap.newWithoutAllKeys(IntIterable keys) ImmutableIntByteHashMap.newWithoutAllKeys(IntIterable keys) ImmutableIntByteSingletonMap.newWithoutAllKeys(IntIterable keys) ImmutableIntCharEmptyMap.newWithoutAllKeys(IntIterable keys) ImmutableIntCharHashMap.newWithoutAllKeys(IntIterable keys) ImmutableIntCharSingletonMap.newWithoutAllKeys(IntIterable keys) ImmutableIntDoubleEmptyMap.newWithoutAllKeys(IntIterable keys) ImmutableIntDoubleHashMap.newWithoutAllKeys(IntIterable keys) ImmutableIntDoubleSingletonMap.newWithoutAllKeys(IntIterable keys) ImmutableIntFloatEmptyMap.newWithoutAllKeys(IntIterable keys) ImmutableIntFloatHashMap.newWithoutAllKeys(IntIterable keys) ImmutableIntFloatSingletonMap.newWithoutAllKeys(IntIterable keys) ImmutableIntIntEmptyMap.newWithoutAllKeys(IntIterable keys) ImmutableIntIntHashMap.newWithoutAllKeys(IntIterable keys) ImmutableIntIntSingletonMap.newWithoutAllKeys(IntIterable keys) ImmutableIntLongEmptyMap.newWithoutAllKeys(IntIterable keys) ImmutableIntLongHashMap.newWithoutAllKeys(IntIterable keys) ImmutableIntLongSingletonMap.newWithoutAllKeys(IntIterable keys) ImmutableIntObjectEmptyMap.newWithoutAllKeys(IntIterable keys) ImmutableIntObjectHashMap.newWithoutAllKeys(IntIterable keys) ImmutableIntObjectSingletonMap.newWithoutAllKeys(IntIterable keys) ImmutableIntShortEmptyMap.newWithoutAllKeys(IntIterable keys) ImmutableIntShortHashMap.newWithoutAllKeys(IntIterable keys) ImmutableIntShortSingletonMap.newWithoutAllKeys(IntIterable keys) Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RImmutableByteObjectEmptyMap.flatCollectInt(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RImmutableCharObjectEmptyMap.flatCollectInt(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RImmutableDoubleObjectEmptyMap.flatCollectInt(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RImmutableFloatObjectEmptyMap.flatCollectInt(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RImmutableIntObjectEmptyMap.flatCollectInt(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RImmutableLongObjectEmptyMap.flatCollectInt(Function<? super V, ? extends IntIterable> function, R target) <R extends MutableIntCollection>
RImmutableShortObjectEmptyMap.flatCollectInt(Function<? super V, ? extends IntIterable> function, R target) -
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 TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.classThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private class(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassA synchronized view of aMutableByteIntMap.classA synchronized view of aMutableCharIntMap.classA synchronized view of aMutableDoubleIntMap.classA synchronized view of aMutableFloatIntMap.classA synchronized view of aMutableIntIntMap.classA synchronized view of aMutableLongIntMap.classA synchronized view of aMutableObjectIntMap.classA synchronized view of aMutableShortIntMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type IntIterableModifier and TypeMethodDescriptionAbstractMutableIntKeySet.chunk(int size) AbstractMutableIntValuesMap.AbstractIntValuesCollection.chunk(int size) AbstractMutableIntValuesMap.chunk(int size) ObjectIntHashMap.chunk(int size) ObjectIntHashMap.ValuesCollection.chunk(int size) ObjectIntHashMapWithHashingStrategy.chunk(int size) ObjectIntHashMapWithHashingStrategy.ValuesCollection.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 TypeMethodDescriptionbooleanAbstractMutableIntKeySet.addAll(IntIterable source) booleanAbstractMutableIntValuesMap.AbstractIntValuesCollection.addAll(IntIterable source) booleanObjectIntHashMap.ValuesCollection.addAll(IntIterable source) booleanObjectIntHashMapWithHashingStrategy.ValuesCollection.addAll(IntIterable source) booleanAbstractMutableIntKeySet.containsAll(IntIterable source) booleanAbstractMutableIntValuesMap.AbstractIntValuesCollection.containsAll(IntIterable source) booleanAbstractMutableIntValuesMap.containsAll(IntIterable source) booleanIntBooleanHashMap.KeysView.containsAll(IntIterable source) booleanObjectIntHashMap.containsAll(IntIterable source) booleanObjectIntHashMap.ValuesCollection.containsAll(IntIterable source) booleanObjectIntHashMapWithHashingStrategy.containsAll(IntIterable source) booleanObjectIntHashMapWithHashingStrategy.ValuesCollection.containsAll(IntIterable source) booleanSynchronizedByteIntMap.containsAll(IntIterable source) booleanSynchronizedCharIntMap.containsAll(IntIterable source) booleanSynchronizedDoubleIntMap.containsAll(IntIterable source) booleanSynchronizedFloatIntMap.containsAll(IntIterable source) booleanSynchronizedIntIntMap.containsAll(IntIterable source) booleanSynchronizedLongIntMap.containsAll(IntIterable source) booleanSynchronizedObjectIntMap.containsAll(IntIterable source) booleanSynchronizedShortIntMap.containsAll(IntIterable source) booleanUnmodifiableByteIntMap.containsAll(IntIterable source) booleanUnmodifiableCharIntMap.containsAll(IntIterable source) booleanUnmodifiableDoubleIntMap.containsAll(IntIterable source) booleanUnmodifiableFloatIntMap.containsAll(IntIterable source) booleanUnmodifiableIntIntMap.containsAll(IntIterable source) booleanUnmodifiableLongIntMap.containsAll(IntIterable source) booleanUnmodifiableObjectIntMap.containsAll(IntIterable source) booleanUnmodifiableShortIntMap.containsAll(IntIterable source) booleanAbstractMutableIntKeySet.removeAll(IntIterable source) booleanAbstractMutableIntValuesMap.AbstractIntValuesCollection.removeAll(IntIterable source) booleanObjectIntHashMap.ValuesCollection.removeAll(IntIterable source) booleanObjectIntHashMapWithHashingStrategy.ValuesCollection.removeAll(IntIterable source) booleanByteIntHashMap.ValuesCollection.retainAll(IntIterable source) booleanCharIntHashMap.ValuesCollection.retainAll(IntIterable source) booleanDoubleIntHashMap.ValuesCollection.retainAll(IntIterable source) booleanFloatIntHashMap.ValuesCollection.retainAll(IntIterable source) booleanIntBooleanHashMap.KeySet.retainAll(IntIterable source) booleanIntByteHashMap.KeySet.retainAll(IntIterable source) booleanIntCharHashMap.KeySet.retainAll(IntIterable source) booleanIntDoubleHashMap.KeySet.retainAll(IntIterable source) booleanIntFloatHashMap.KeySet.retainAll(IntIterable source) booleanIntIntHashMap.KeySet.retainAll(IntIterable source) booleanIntIntHashMap.ValuesCollection.retainAll(IntIterable source) booleanIntLongHashMap.KeySet.retainAll(IntIterable source) booleanIntObjectHashMap.KeySet.retainAll(IntIterable source) booleanIntShortHashMap.KeySet.retainAll(IntIterable source) booleanLongIntHashMap.ValuesCollection.retainAll(IntIterable source) booleanObjectIntHashMap.ValuesCollection.retainAll(IntIterable source) booleanObjectIntHashMapWithHashingStrategy.ValuesCollection.retainAll(IntIterable source) booleanShortIntHashMap.ValuesCollection.retainAll(IntIterable source) AbstractMutableIntKeySet.withAll(IntIterable elements) AbstractMutableIntValuesMap.AbstractIntValuesCollection.withAll(IntIterable elements) ObjectIntHashMap.ValuesCollection.withAll(IntIterable elements) ObjectIntHashMapWithHashingStrategy.ValuesCollection.withAll(IntIterable elements) AbstractMutableIntKeySet.withoutAll(IntIterable elements) AbstractMutableIntValuesMap.AbstractIntValuesCollection.withoutAll(IntIterable elements) ObjectIntHashMap.ValuesCollection.withoutAll(IntIterable elements) ObjectIntHashMapWithHashingStrategy.ValuesCollection.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveIterable.stg.classA synchronized view of a IntIterable.Fields in org.eclipse.collections.impl.primitive declared as IntIterableMethods 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 TypeMethodDescriptionbooleanSynchronizedIntIterable.containsAll(IntIterable source) booleanSynchronizedIntIterable.containsAny(IntIterable source) booleanSynchronizedIntIterable.containsNone(IntIterable source) static SynchronizedIntIterableSynchronizedIntIterable.of(IntIterable iterable) This method will take a IntIterable and wrap it directly in a SynchronizedIntIterable.static SynchronizedIntIterableSynchronizedIntIterable.of(IntIterable iterable, Object lock) This method will take a IntIterable and wrap it directly in a SynchronizedIntIterable.Constructors in org.eclipse.collections.impl.primitive with parameters of type IntIterableModifierConstructorDescriptionprotectedSynchronizedIntIterable(IntIterable iterable) protectedSynchronizedIntIterable(IntIterable iterable, Object newLock) -
Uses of IntIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement IntIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final classImmutableIntEmptySet is an optimization forImmutableIntSetof size 0.(package private) final classImmutableIntSingletonSet is an optimization forImmutableIntSetof size 1.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type IntIterableModifier and TypeMethodDescriptionAbstractImmutableIntSet.chunk(int size) ImmutableIntEmptySet.chunk(int size) ImmutableIntSingletonSet.chunk(int size) Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanImmutableIntEmptySet.containsAll(IntIterable source) booleanImmutableIntSingletonSet.containsAll(IntIterable source) AbstractImmutableIntSet.newWithAll(IntIterable elements) ImmutableIntEmptySet.newWithAll(IntIterable elements) ImmutableIntSingletonSet.newWithAll(IntIterable elements) AbstractImmutableIntSet.newWithoutAll(IntIterable elements) ImmutableIntEmptySet.newWithoutAll(IntIterable elements) ImmutableIntSingletonSet.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 TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.private static final classclassA synchronized view of aMutableIntSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type IntIterableMethods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanIntHashSet.addAll(IntIterable source) static IntHashSetIntHashSet.newSet(IntIterable source) MutableIntSetFactoryImpl.ofAll(IntIterable items) booleanIntHashSet.removeAll(IntIterable source) booleanIntHashSet.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of IntIterable in org.eclipse.collections.impl.stack.immutable
Method parameters in org.eclipse.collections.impl.stack.immutable with type arguments of type IntIterableModifier and TypeMethodDescription<R extends MutableIntCollection>
RImmutableArrayStack.flatCollectInt(Function<? super T, ? extends IntIterable> function, R target) Deprecated.<R extends MutableIntCollection>
RImmutableEmptyStack.flatCollectInt(Function<? super T, ? extends IntIterable> function, R target) -
Uses of IntIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement IntIterableModifier and TypeClassDescription(package private) final classImmutableIntArrayStack is the non-modifiable equivalent ofIntArrayStack.(package private) final classImmutableIntEmptyStack is an optimization forImmutableIntStackof size 0.(package private) final classImmutableIntSingletonStack is an optimization forImmutableIntStackof size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type IntIterableModifier and TypeMethodDescriptionImmutableIntEmptyStack.chunk(int size) ImmutableIntSingletonStack.chunk(int size) Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type IntIterableModifier and TypeMethodDescriptionbooleanImmutableIntEmptyStack.containsAll(IntIterable source) booleanImmutableIntSingletonStack.containsAll(IntIterable source) static ImmutableIntArrayStackImmutableIntArrayStack.newStack(IntIterable iterable) static ImmutableIntArrayStackImmutableIntArrayStack.newStackFromTopToBottom(IntIterable items) ImmutableIntStackFactoryImpl.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 TypeClassDescriptionclassIntArrayStack is similar toArrayStack, and is memory-optimized for int primitives.classA synchronized view of aMutableIntStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return types with arguments of type 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 TypeMethodDescriptionbooleanSynchronizedIntStack.containsAll(IntIterable source) booleanUnmodifiableIntStack.containsAll(IntIterable source) static IntArrayStackIntArrayStack.newStack(IntIterable items) static IntArrayStackIntArrayStack.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type 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 TypeClassDescriptionclassCalculates and provides the code points stored in a String as an ImmutableIntList.classCalculates 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 CodePointAdapterCodePointAdapter.from(IntIterable iterable) static CodePointListCodePointList.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 booleanIntIterableIterate.allSatisfy(IntIterable iterable, IntPredicate predicate) static booleanIntIterableIterate.anySatisfy(IntIterable iterable, IntPredicate predicate) static voidIntIterableIterate.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 intIntIterableIterate.count(IntIterable iterable, IntPredicate predicate) static intIntIterableIterate.detectIfNone(IntIterable iterable, IntPredicate predicate, int ifNone) static voidIntIterableIterate.forEach(IntIterable iterable, IntProcedure procedure) static <T> TIntIterableIterate.injectInto(IntIterable iterable, T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) static booleanIntIterableIterate.isEmpty(IntIterable iterable) static intIntIterableIterate.max(IntIterable iterable) static intIntIterableIterate.maxIfEmpty(IntIterable iterable, int ifEmpty) static intIntIterableIterate.min(IntIterable iterable) static intIntIterableIterate.minIfEmpty(IntIterable iterable, int ifEmpty) static booleanIntIterableIterate.noneSatisfy(IntIterable iterable, IntPredicate predicate) static booleanIntIterableIterate.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) private static <T> StringIntIterableIterate.stringValueOfItem(IntIterable iterable, T item) static longIntIterableIterate.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 LazyIntIterableLazyIntIterate.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 LazyIntIterableLazyIntIterate.select(IntIterable iterable, IntPredicate predicate) Creates a deferred filtering int iterable for the specified int iterable.static LazyIntIterableLazyIntIterate.tap(IntIterable iterable, IntProcedure procedure) Creates a deferred tap iterable for the specified iterable.