Uses of Interface
org.eclipse.collections.api.IntIterable
-
Packages that use IntIterable Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.primitive org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of IntIterable in org.eclipse.collections.api
Subinterfaces of IntIterable in org.eclipse.collections.api Modifier and Type Interface Description interfaceLazyIntIterableThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return IntIterable Modifier and Type Method Description IntIterableRichIterable. collectInt(IntFunction<? super T> intFunction)Returns a new primitiveintiterable with the results of applying the specified function on each element of the source collection.IntIterableIntIterable. reject(IntPredicate predicate)Returns a new IntIterable with all of the elements in the IntIterable that return false for the specified predicate.IntIterableIntIterable. 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 IntIterable Modifier and Type Method Description default RichIterable<IntIterable>IntIterable. chunk(int size)Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type IntIterable Modifier and Type Method Description default 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 IntIterable Modifier and Type Method Description default <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.primitive Modifier and Type Interface Description interfaceImmutableIntBagThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceIntBagThis file was automatically generated from template file primitiveBag.stg.interfaceMutableIntBagThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type IntIterable Modifier and Type Method Description ImmutableIntBagImmutableIntBag. newWithAll(IntIterable elements)ImmutableIntBagImmutableIntBag. newWithoutAll(IntIterable elements)MutableIntBagMutableIntBag. withAll(IntIterable elements)MutableIntBagMutableIntBag. withoutAll(IntIterable elements) -
Uses of IntIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of IntIterable in org.eclipse.collections.api.collection.primitive Modifier and Type Interface Description interfaceImmutableIntCollectionThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceMutableIntCollectionThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type IntIterable Modifier and Type Method Description booleanMutableIntCollection. addAll(IntIterable source)ImmutableIntCollectionImmutableIntCollection. newWithAll(IntIterable elements)ImmutableIntCollectionImmutableIntCollection. newWithoutAll(IntIterable elements)booleanMutableIntCollection. removeAll(IntIterable source)booleanMutableIntCollection. retainAll(IntIterable elements)MutableIntCollectionMutableIntCollection. withAll(IntIterable elements)MutableIntCollectionMutableIntCollection. 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 IntIterable Modifier and Type Method Description ImmutableIntBagImmutableIntBagFactory. ofAll(IntIterable items)MutableIntBagMutableIntBagFactory. ofAll(IntIterable items)ImmutableIntBagImmutableIntBagFactory. withAll(IntIterable items)MutableIntBagMutableIntBagFactory. 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 IntIterable Modifier and Type Method Description ImmutableIntListImmutableIntListFactory. ofAll(IntIterable items)MutableIntListMutableIntListFactory. ofAll(IntIterable items)ImmutableIntListImmutableIntListFactory. withAll(IntIterable items)MutableIntListMutableIntListFactory. 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 IntIterable Modifier and Type Method Description ImmutableIntSetImmutableIntSetFactory. ofAll(IntIterable items)MutableIntSetMutableIntSetFactory. ofAll(IntIterable items)ImmutableIntSetImmutableIntSetFactory. withAll(IntIterable items)MutableIntSetMutableIntSetFactory. 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 IntIterable Modifier and Type Method Description ImmutableIntStackImmutableIntStackFactory. ofAll(IntIterable items)MutableIntStackMutableIntStackFactory. ofAll(IntIterable items)ImmutableIntStackImmutableIntStackFactory. ofAllReversed(IntIterable items)MutableIntStackMutableIntStackFactory. ofAllReversed(IntIterable items)ImmutableIntStackImmutableIntStackFactory. withAll(IntIterable items)MutableIntStackMutableIntStackFactory. withAll(IntIterable items)ImmutableIntStackImmutableIntStackFactory. withAllReversed(IntIterable items)MutableIntStackMutableIntStackFactory. withAllReversed(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of IntIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceImmutableIntListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceIntListThis file was automatically generated from template file primitiveList.stg.interfaceMutableIntListThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type IntIterable Modifier and Type Method Description booleanMutableIntList. addAllAtIndex(int index, IntIterable source)ImmutableIntListImmutableIntList. newWithAll(IntIterable elements)ImmutableIntListImmutableIntList. newWithoutAll(IntIterable elements)MutableIntListMutableIntList. withAll(IntIterable elements)MutableIntListMutableIntList. 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.primitive Modifier and Type Interface Description interfaceByteIntMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceCharIntMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceDoubleIntMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceFloatIntMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceImmutableByteIntMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableCharIntMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableDoubleIntMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableFloatIntMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableIntIntMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableLongIntMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableObjectIntMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceImmutableShortIntMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceIntIntMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceIntValuesMapThis file was automatically generated from template file primitiveValuesMap.stg.interfaceLongIntMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceMutableByteIntMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableCharIntMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleIntMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableFloatIntMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableIntIntMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableIntValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceMutableLongIntMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableObjectIntMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceMutableShortIntMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceObjectIntMap<K>This file was automatically generated from template file objectPrimitiveMap.stg.interfaceShortIntMapThis file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type IntIterable Modifier and Type Method Description ImmutableIntBooleanMapImmutableIntBooleanMap. 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.ImmutableIntByteMapImmutableIntByteMap. 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.ImmutableIntCharMapImmutableIntCharMap. 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.ImmutableIntDoubleMapImmutableIntDoubleMap. 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.ImmutableIntFloatMapImmutableIntFloatMap. 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.ImmutableIntIntMapImmutableIntIntMap. 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.ImmutableIntLongMapImmutableIntLongMap. 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<V>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.ImmutableIntShortMapImmutableIntShortMap. 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.MutableIntBooleanMapMutableIntBooleanMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntByteMapMutableIntByteMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntCharMapMutableIntCharMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntDoubleMapMutableIntDoubleMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntFloatMapMutableIntFloatMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntIntMapMutableIntIntMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntLongMapMutableIntLongMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntObjectMap<V>MutableIntObjectMap. withoutAllKeys(IntIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableIntShortMapMutableIntShortMap. 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.primitive Modifier and Type Interface Description interfaceOrderedIntIterableThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceReversibleIntIterableThis 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.primitive Modifier and Type Interface Description interfaceImmutableIntSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceIntSetThis file was automatically generated from template file primitiveSet.stg.interfaceMutableIntSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type IntIterable Modifier and Type Method Description ImmutableIntSetImmutableIntSet. newWithAll(IntIterable elements)ImmutableIntSetImmutableIntSet. newWithoutAll(IntIterable elements)MutableIntSetMutableIntSet. withAll(IntIterable elements)MutableIntSetMutableIntSet. withoutAll(IntIterable elements) -
Uses of IntIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of IntIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableIntStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceIntStackThis file was automatically generated from template file primitiveStack.stg.interfaceMutableIntStackThis 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 IntIterable Modifier and Type Method Description IntIterableUnmodifiableRichIterable. collectInt(IntFunction<? super T> intFunction)Method parameters in org.eclipse.collections.impl with type arguments of type IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Class Description (package private) classImmutableIntEmptyBagImmutableIntEmptyBag is an optimization forImmutableIntBagof size 0.(package private) classImmutableIntHashBagImmutableIntHashBag is the non-modifiable equivalent ofIntHashBag.(package private) classImmutableIntSingletonBagImmutableIntSingletonBag is an optimization forImmutableIntBagof size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type IntIterable Modifier and Type Method Description RichIterable<IntIterable>ImmutableIntEmptyBag. chunk(int size)RichIterable<IntIterable>ImmutableIntHashBag. chunk(int size)RichIterable<IntIterable>ImmutableIntSingletonBag. chunk(int size)Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanImmutableIntEmptyBag. containsAll(IntIterable source)booleanImmutableIntHashBag. containsAll(IntIterable source)booleanImmutableIntSingletonBag. containsAll(IntIterable source)ImmutableIntBagImmutableIntEmptyBag. newWithAll(IntIterable elements)ImmutableIntBagImmutableIntHashBag. newWithAll(IntIterable elements)ImmutableIntBagImmutableIntSingletonBag. newWithAll(IntIterable elements)ImmutableIntBagImmutableIntEmptyBag. newWithoutAll(IntIterable elements)ImmutableIntBagImmutableIntHashBag. newWithoutAll(IntIterable elements)ImmutableIntBagImmutableIntSingletonBag. newWithoutAll(IntIterable elements)ImmutableIntBagImmutableIntBagFactoryImpl. ofAll(IntIterable items)ImmutableIntBagImmutableIntBagFactoryImpl. 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 IntIterable Modifier and Type Class Description classIntHashBagIntHashBag is similar toHashBag, and is memory-optimized for int primitives.classSynchronizedIntBagA synchronized view of aMutableIntBag.classUnmodifiableIntBagThis 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 IntIterable Modifier and Type Method Description RichIterable<IntIterable>IntHashBag. chunk(int size)Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanIntHashBag. addAll(IntIterable source)static IntHashBagIntHashBag. newBag(IntIterable source)MutableIntBagMutableIntBagFactoryImpl. ofAll(IntIterable items)booleanIntHashBag. removeAll(IntIterable source)booleanIntHashBag. retainAll(IntIterable source)IntHashBagIntHashBag. withAll(IntIterable iterable)MutableIntBagMutableIntBagFactoryImpl. withAll(IntIterable items)SynchronizedIntBagSynchronizedIntBag. withAll(IntIterable elements)UnmodifiableIntBagUnmodifiableIntBag. withAll(IntIterable elements)IntHashBagIntHashBag. withoutAll(IntIterable iterable)SynchronizedIntBagSynchronizedIntBag. withoutAll(IntIterable elements)UnmodifiableIntBagUnmodifiableIntBag. withoutAll(IntIterable elements)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type IntIterable Constructor Description IntHashBag(IntIterable iterable) -
Uses of IntIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Method Description IntIterableUnmodifiableBiMap. collectInt(IntFunction<? super V> intFunction)Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Method Description IntIterableAbstractSynchronizedRichIterable. collectInt(IntFunction<? super T> intFunction)Method parameters in org.eclipse.collections.impl.collection with type arguments of type IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Method Description <R extends MutableIntCollection>
RAbstractMultiReaderMutableCollection. flatCollectInt(Function<? super T,? extends IntIterable> function, R target)<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 IntIterable Modifier and Type Class Description classAbstractSynchronizedIntCollectionThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classAbstractUnmodifiableIntCollectionThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classSynchronizedIntCollectionThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classUnmodifiableIntCollectionThis 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 IntIterable Modifier and Type Method Description RichIterable<IntIterable>AbstractSynchronizedIntCollection. chunk(int size)RichIterable<IntIterable>AbstractUnmodifiableIntCollection. chunk(int size)Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanAbstractSynchronizedIntCollection. 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)MutableIntCollectionAbstractSynchronizedIntCollection. withAll(IntIterable elements)MutableIntCollectionAbstractUnmodifiableIntCollection. withAll(IntIterable elements)MutableIntCollectionAbstractSynchronizedIntCollection. withoutAll(IntIterable elements)MutableIntCollectionAbstractUnmodifiableIntCollection. withoutAll(IntIterable elements) -
Uses of IntIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement IntIterable Modifier and Type Class Description classAbstractLazyIntIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg.classCollectIntToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortToIntIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyIntIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseIntIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectIntIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapIntIterableThis file was automatically generated from template file tapPrimitiveIterable.stg.Fields in org.eclipse.collections.impl.lazy.primitive declared as IntIterable Modifier and Type Field Description private IntIterableChunkIntIterable. adaptedprivate IntIterableTapIntIterable. adaptedprivate IntIterableLazyIntIterableAdapter. delegateprivate IntIterableSelectIntIterable. delegateprivate IntIterableCollectIntToBooleanIterable. iterableprivate IntIterableCollectIntToByteIterable. iterableprivate IntIterableCollectIntToCharIterable. iterableprivate IntIterableCollectIntToDoubleIterable. iterableprivate IntIterableCollectIntToFloatIterable. iterableprivate IntIterableCollectIntToIntIterable. iterableprivate IntIterableCollectIntToLongIterable. iterableprivate IntIterableCollectIntToObjectIterable. iterableprivate IntIterableCollectIntToShortIterable. iterableprivate IntIterableFlatCollectIntToObjectIterable. iterableMethods in org.eclipse.collections.impl.lazy.primitive that return IntIterable Modifier and Type Method Description IntIterableChunkIntIterable.ChunkIntIterator. next()Methods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type IntIterable Modifier and Type Method Description RichIterable<IntIterable>AbstractLazyIntIterable. chunk(int size)java.util.Iterator<IntIterable>ChunkIntIterable. iterator()Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type IntIterable Modifier and Type Method Description booleanAbstractLazyIntIterable. 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 IntIterable Modifier and Type Method Description voidChunkIntIterable. each(Procedure<? super IntIterable> procedure) -
Uses of IntIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement IntIterable Modifier and Type Class Description (package private) classImmutableIntArrayListImmutableIntArrayList is the non-modifiable equivalent ofIntArrayList.(package private) classImmutableIntEmptyListImmutableIntEmptyList is an optimization forImmutableIntListof size 0.(package private) classImmutableIntSingletonListImmutableIntSingletonList is an optimization forImmutableIntListof size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type IntIterable Modifier and Type Method Description RichIterable<IntIterable>ImmutableIntArrayList. chunk(int size)RichIterable<IntIterable>ImmutableIntEmptyList. chunk(int size)RichIterable<IntIterable>ImmutableIntSingletonList. chunk(int size)Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanImmutableIntArrayList. containsAll(IntIterable source)booleanImmutableIntEmptyList. containsAll(IntIterable source)booleanImmutableIntSingletonList. containsAll(IntIterable source)static ImmutableIntArrayListImmutableIntArrayList. newList(IntIterable iterable)ImmutableIntListImmutableIntArrayList. newWithAll(IntIterable elements)ImmutableIntListImmutableIntEmptyList. newWithAll(IntIterable elements)ImmutableIntListImmutableIntSingletonList. newWithAll(IntIterable elements)ImmutableIntListImmutableIntArrayList. newWithoutAll(IntIterable elements)ImmutableIntListImmutableIntEmptyList. newWithoutAll(IntIterable elements)ImmutableIntListImmutableIntSingletonList. newWithoutAll(IntIterable elements)ImmutableIntListImmutableIntListFactoryImpl. ofAll(IntIterable items)ImmutableIntListImmutableIntListFactoryImpl. withAll(IntIterable items)ImmutableList<IntIntPair>ImmutableIntArrayList. zipInt(IntIterable iterable)ImmutableList<IntIntPair>ImmutableIntEmptyList. zipInt(IntIterable iterable)ImmutableList<IntIntPair>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 IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Class Description classIntArrayListIntArrayList is similar to FastList, and is memory-optimized for int primitives.classSynchronizedIntListA synchronized view of aMutableIntList.classUnmodifiableIntListThis 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 IntIterable Modifier and Type Method Description RichIterable<IntIterable>IntArrayList. chunk(int size)Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanIntArrayList. 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)MutableIntListMutableIntListFactoryImpl. ofAll(IntIterable items)booleanIntArrayList. removeAll(IntIterable source)booleanIntArrayList. retainAll(IntIterable source)IntArrayListIntArrayList. withAll(IntIterable elements)MutableIntListMutableIntListFactoryImpl. withAll(IntIterable items)SynchronizedIntListSynchronizedIntList. withAll(IntIterable elements)UnmodifiableIntListUnmodifiableIntList. withAll(IntIterable elements)IntArrayListIntArrayList. withoutAll(IntIterable elements)SynchronizedIntListSynchronizedIntList. withoutAll(IntIterable elements)UnmodifiableIntListUnmodifiableIntList. withoutAll(IntIterable elements)MutableList<IntIntPair>IntArrayList. zipInt(IntIterable iterable)MutableList<IntIntPair>SynchronizedIntList. zipInt(IntIterable iterable)MutableList<IntIntPair>UnmodifiableIntList. zipInt(IntIterable iterable) -
Uses of IntIterable in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement IntIterable Modifier and Type Class Description classIntIntervalAn 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 IntIterable Modifier and Type Method Description RichIterable<IntIterable>IntInterval. chunk(int size)Methods in org.eclipse.collections.impl.list.primitive with parameters of type IntIterable Modifier and Type Method Description booleanIntInterval. containsAll(IntIterable source)ImmutableIntListIntInterval. newWithAll(IntIterable elements)ImmutableIntListIntInterval. newWithoutAll(IntIterable elements)ImmutableList<IntIntPair>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 IntIterable Modifier and Type Class Description classAbstractImmutableObjectIntMap<V>This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) classImmutableByteIntEmptyMapImmutableByteIntEmptyMap is an optimization forImmutableByteIntMapof size 0.(package private) classImmutableByteIntHashMapImmutableByteIntHashMap is the non-modifiable equivalent ofByteIntHashMap.(package private) classImmutableByteIntSingletonMapImmutableByteIntSingletonMap is an optimization forImmutableByteIntMapof size 1.(package private) classImmutableCharIntEmptyMapImmutableCharIntEmptyMap is an optimization forImmutableCharIntMapof size 0.(package private) classImmutableCharIntHashMapImmutableCharIntHashMap is the non-modifiable equivalent ofCharIntHashMap.(package private) classImmutableCharIntSingletonMapImmutableCharIntSingletonMap is an optimization forImmutableCharIntMapof size 1.(package private) classImmutableDoubleIntEmptyMapImmutableDoubleIntEmptyMap is an optimization forImmutableDoubleIntMapof size 0.(package private) classImmutableDoubleIntHashMapImmutableDoubleIntHashMap is the non-modifiable equivalent ofDoubleIntHashMap.(package private) classImmutableDoubleIntSingletonMapImmutableDoubleIntSingletonMap is an optimization forImmutableDoubleIntMapof size 1.(package private) classImmutableFloatIntEmptyMapImmutableFloatIntEmptyMap is an optimization forImmutableFloatIntMapof size 0.(package private) classImmutableFloatIntHashMapImmutableFloatIntHashMap is the non-modifiable equivalent ofFloatIntHashMap.(package private) classImmutableFloatIntSingletonMapImmutableFloatIntSingletonMap is an optimization forImmutableFloatIntMapof size 1.(package private) classImmutableIntIntEmptyMapImmutableIntIntEmptyMap is an optimization forImmutableIntIntMapof size 0.(package private) classImmutableIntIntHashMapImmutableIntIntHashMap is the non-modifiable equivalent ofIntIntHashMap.(package private) classImmutableIntIntSingletonMapImmutableIntIntSingletonMap is an optimization forImmutableIntIntMapof size 1.(package private) classImmutableLongIntEmptyMapImmutableLongIntEmptyMap is an optimization forImmutableLongIntMapof size 0.(package private) classImmutableLongIntHashMapImmutableLongIntHashMap is the non-modifiable equivalent ofLongIntHashMap.(package private) classImmutableLongIntSingletonMapImmutableLongIntSingletonMap is an optimization forImmutableLongIntMapof size 1.(package private) classImmutableObjectIntEmptyMap<K>ImmutableObjectIntEmptyMap is an optimization forImmutableObjectIntMapof size 0.(package private) classImmutableObjectIntHashMap<K>ImmutableObjectIntHashMap is the non-modifiable equivalent ofObjectIntHashMap.(package private) classImmutableObjectIntSingletonMap<K>ImmutableObjectIntSingletonMap is an optimization forImmutableObjectIntMapof size 1.(package private) classImmutableShortIntEmptyMapImmutableShortIntEmptyMap is an optimization forImmutableShortIntMapof size 0.(package private) classImmutableShortIntHashMapImmutableShortIntHashMap is the non-modifiable equivalent ofShortIntHashMap.(package private) classImmutableShortIntSingletonMapImmutableShortIntSingletonMap is an optimization forImmutableShortIntMapof size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type IntIterable Modifier and Type Method Description RichIterable<IntIterable>ImmutableByteIntEmptyMap. chunk(int size)RichIterable<IntIterable>ImmutableByteIntHashMap. chunk(int size)RichIterable<IntIterable>ImmutableByteIntSingletonMap. chunk(int size)RichIterable<IntIterable>ImmutableCharIntEmptyMap. chunk(int size)RichIterable<IntIterable>ImmutableCharIntHashMap. chunk(int size)RichIterable<IntIterable>ImmutableCharIntSingletonMap. chunk(int size)RichIterable<IntIterable>ImmutableDoubleIntEmptyMap. chunk(int size)RichIterable<IntIterable>ImmutableDoubleIntHashMap. chunk(int size)RichIterable<IntIterable>ImmutableDoubleIntSingletonMap. chunk(int size)RichIterable<IntIterable>ImmutableFloatIntEmptyMap. chunk(int size)RichIterable<IntIterable>ImmutableFloatIntHashMap. chunk(int size)RichIterable<IntIterable>ImmutableFloatIntSingletonMap. chunk(int size)RichIterable<IntIterable>ImmutableIntIntEmptyMap. chunk(int size)RichIterable<IntIterable>ImmutableIntIntHashMap. chunk(int size)RichIterable<IntIterable>ImmutableIntIntSingletonMap. chunk(int size)RichIterable<IntIterable>ImmutableLongIntEmptyMap. chunk(int size)RichIterable<IntIterable>ImmutableLongIntHashMap. chunk(int size)RichIterable<IntIterable>ImmutableLongIntSingletonMap. chunk(int size)RichIterable<IntIterable>ImmutableObjectIntEmptyMap. chunk(int size)RichIterable<IntIterable>ImmutableObjectIntHashMap. chunk(int size)RichIterable<IntIterable>ImmutableObjectIntSingletonMap. chunk(int size)RichIterable<IntIterable>ImmutableShortIntEmptyMap. chunk(int size)RichIterable<IntIterable>ImmutableShortIntHashMap. chunk(int size)RichIterable<IntIterable>ImmutableShortIntSingletonMap. chunk(int size)Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanImmutableByteIntEmptyMap. 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)ImmutableIntBooleanMapImmutableIntBooleanEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntBooleanMapImmutableIntBooleanHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntBooleanMapImmutableIntBooleanSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntByteMapImmutableIntByteEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntByteMapImmutableIntByteHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntByteMapImmutableIntByteSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntCharMapImmutableIntCharEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntCharMapImmutableIntCharHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntCharMapImmutableIntCharSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntDoubleMapImmutableIntDoubleEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntDoubleMapImmutableIntDoubleHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntDoubleMapImmutableIntDoubleSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntFloatMapImmutableIntFloatEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntFloatMapImmutableIntFloatHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntFloatMapImmutableIntFloatSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntIntMapImmutableIntIntEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntIntMapImmutableIntIntHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntIntMapImmutableIntIntSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntLongMapImmutableIntLongEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntLongMapImmutableIntLongHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntLongMapImmutableIntLongSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntObjectMap<V>ImmutableIntObjectEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntObjectMap<V>ImmutableIntObjectHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntObjectMap<V>ImmutableIntObjectSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntShortMapImmutableIntShortEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntShortMapImmutableIntShortHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntShortMapImmutableIntShortSingletonMap. newWithoutAllKeys(IntIterable keys)Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Class Description classAbstractMutableIntKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.classAbstractMutableIntValuesMapThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected classAbstractMutableIntValuesMap.AbstractIntValuesCollectionclassByteIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classByteIntHashMap.ValuesCollectionclassCharIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classCharIntHashMap.ValuesCollectionclassDoubleIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classDoubleIntHashMap.ValuesCollectionclassFloatIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classFloatIntHashMap.ValuesCollection(package private) classImmutableIntIntMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classImmutableIntMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgprivate classIntBooleanHashMap.KeySetprivate classIntBooleanHashMap.KeysViewprivate classIntByteHashMap.KeySetprivate classIntByteHashMap.KeysViewprivate classIntCharHashMap.KeySetprivate classIntCharHashMap.KeysViewprivate classIntDoubleHashMap.KeySetprivate classIntDoubleHashMap.KeysViewprivate classIntFloatHashMap.KeySetprivate classIntFloatHashMap.KeysViewclassIntIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classIntIntHashMap.KeySetprivate classIntIntHashMap.KeysViewprivate classIntIntHashMap.ValuesCollectionprivate classIntLongHashMap.KeySetprivate classIntLongHashMap.KeysViewprivate classIntObjectHashMap.KeySetprivate classIntObjectHashMap.KeysViewprivate classIntShortHashMap.KeySetprivate classIntShortHashMap.KeysViewclassLongIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classLongIntHashMap.ValuesCollectionclassObjectIntHashMap<K>This file was automatically generated from template file objectPrimitiveHashMap.stg.private classObjectIntHashMap.ValuesCollectionclassObjectIntHashMapWithHashingStrategy<K>This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private classObjectIntHashMapWithHashingStrategy.ValuesCollectionclassShortIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classShortIntHashMap.ValuesCollectionclassSynchronizedByteIntMapA synchronized view of aMutableByteIntMap.classSynchronizedCharIntMapA synchronized view of aMutableCharIntMap.classSynchronizedDoubleIntMapA synchronized view of aMutableDoubleIntMap.classSynchronizedFloatIntMapA synchronized view of aMutableFloatIntMap.classSynchronizedIntIntMapA synchronized view of aMutableIntIntMap.classSynchronizedLongIntMapA synchronized view of aMutableLongIntMap.classSynchronizedObjectIntMap<K>A synchronized view of aMutableObjectIntMap.classSynchronizedShortIntMapA synchronized view of aMutableShortIntMap.classUnmodifiableByteIntMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableCharIntMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableDoubleIntMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableFloatIntMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableIntIntMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableLongIntMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classUnmodifiableObjectIntMap<K>This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classUnmodifiableShortIntMapThis 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 IntIterable Modifier and Type Method Description RichIterable<IntIterable>AbstractMutableIntKeySet. chunk(int size)RichIterable<IntIterable>AbstractMutableIntValuesMap.AbstractIntValuesCollection. chunk(int size)RichIterable<IntIterable>AbstractMutableIntValuesMap. chunk(int size)RichIterable<IntIterable>ObjectIntHashMap. chunk(int size)RichIterable<IntIterable>ObjectIntHashMap.ValuesCollection. chunk(int size)RichIterable<IntIterable>ObjectIntHashMapWithHashingStrategy. chunk(int size)RichIterable<IntIterable>ObjectIntHashMapWithHashingStrategy.ValuesCollection. chunk(int size)RichIterable<IntIterable>SynchronizedByteIntMap. chunk(int size)RichIterable<IntIterable>SynchronizedCharIntMap. chunk(int size)RichIterable<IntIterable>SynchronizedDoubleIntMap. chunk(int size)RichIterable<IntIterable>SynchronizedFloatIntMap. chunk(int size)RichIterable<IntIterable>SynchronizedIntIntMap. chunk(int size)RichIterable<IntIterable>SynchronizedLongIntMap. chunk(int size)RichIterable<IntIterable>SynchronizedObjectIntMap. chunk(int size)RichIterable<IntIterable>SynchronizedShortIntMap. chunk(int size)RichIterable<IntIterable>UnmodifiableByteIntMap. chunk(int size)RichIterable<IntIterable>UnmodifiableCharIntMap. chunk(int size)RichIterable<IntIterable>UnmodifiableDoubleIntMap. chunk(int size)RichIterable<IntIterable>UnmodifiableFloatIntMap. chunk(int size)RichIterable<IntIterable>UnmodifiableIntIntMap. chunk(int size)RichIterable<IntIterable>UnmodifiableLongIntMap. chunk(int size)RichIterable<IntIterable>UnmodifiableObjectIntMap. chunk(int size)RichIterable<IntIterable>UnmodifiableShortIntMap. chunk(int size)Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanAbstractMutableIntKeySet. 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)MutableIntSetAbstractMutableIntKeySet. withAll(IntIterable elements)MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. withAll(IntIterable elements)MutableIntCollectionObjectIntHashMap.ValuesCollection. withAll(IntIterable elements)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. withAll(IntIterable elements)MutableIntSetAbstractMutableIntKeySet. withoutAll(IntIterable elements)MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. withoutAll(IntIterable elements)MutableIntCollectionObjectIntHashMap.ValuesCollection. withoutAll(IntIterable elements)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. withoutAll(IntIterable elements)IntBooleanHashMapIntBooleanHashMap. withoutAllKeys(IntIterable keys)IntByteHashMapIntByteHashMap. withoutAllKeys(IntIterable keys)IntCharHashMapIntCharHashMap. withoutAllKeys(IntIterable keys)IntDoubleHashMapIntDoubleHashMap. withoutAllKeys(IntIterable keys)IntFloatHashMapIntFloatHashMap. withoutAllKeys(IntIterable keys)IntIntHashMapIntIntHashMap. withoutAllKeys(IntIterable keys)IntLongHashMapIntLongHashMap. withoutAllKeys(IntIterable keys)MutableIntObjectMap<V>IntObjectHashMap. withoutAllKeys(IntIterable keys)IntShortHashMapIntShortHashMap. withoutAllKeys(IntIterable keys)MutableIntBooleanMapSynchronizedIntBooleanMap. withoutAllKeys(IntIterable keys)MutableIntByteMapSynchronizedIntByteMap. withoutAllKeys(IntIterable keys)MutableIntCharMapSynchronizedIntCharMap. withoutAllKeys(IntIterable keys)MutableIntDoubleMapSynchronizedIntDoubleMap. withoutAllKeys(IntIterable keys)MutableIntFloatMapSynchronizedIntFloatMap. withoutAllKeys(IntIterable keys)MutableIntIntMapSynchronizedIntIntMap. withoutAllKeys(IntIterable keys)MutableIntLongMapSynchronizedIntLongMap. withoutAllKeys(IntIterable keys)MutableIntObjectMap<V>SynchronizedIntObjectMap. withoutAllKeys(IntIterable keys)MutableIntShortMapSynchronizedIntShortMap. withoutAllKeys(IntIterable keys)MutableIntBooleanMapUnmodifiableIntBooleanMap. withoutAllKeys(IntIterable keys)MutableIntByteMapUnmodifiableIntByteMap. withoutAllKeys(IntIterable keys)MutableIntCharMapUnmodifiableIntCharMap. withoutAllKeys(IntIterable keys)MutableIntDoubleMapUnmodifiableIntDoubleMap. withoutAllKeys(IntIterable keys)MutableIntFloatMapUnmodifiableIntFloatMap. withoutAllKeys(IntIterable keys)MutableIntIntMapUnmodifiableIntIntMap. withoutAllKeys(IntIterable keys)MutableIntLongMapUnmodifiableIntLongMap. withoutAllKeys(IntIterable keys)MutableIntObjectMap<V>UnmodifiableIntObjectMap. withoutAllKeys(IntIterable keys)MutableIntShortMapUnmodifiableIntShortMap. withoutAllKeys(IntIterable keys)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Class Description classAbstractIntIterableThis file was automatically generated from template file abstractPrimitiveIterable.stg.classSynchronizedIntIterableA synchronized view of a IntIterable.Fields in org.eclipse.collections.impl.primitive declared as IntIterable Modifier and Type Field Description private IntIterableSynchronizedIntIterable. iterableMethods in org.eclipse.collections.impl.primitive that return IntIterable Modifier and Type Method Description IntIterableSynchronizedIntIterable. reject(IntPredicate predicate)IntIterableSynchronizedIntIterable. select(IntPredicate predicate)Methods in org.eclipse.collections.impl.primitive that return types with arguments of type IntIterable Modifier and Type Method Description RichIterable<IntIterable>SynchronizedIntIterable. chunk(int size)Methods in org.eclipse.collections.impl.primitive with parameters of type IntIterable Modifier and Type Method Description booleanSynchronizedIntIterable. 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, java.lang.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 IntIterable Constructor Description SynchronizedIntIterable(IntIterable iterable)SynchronizedIntIterable(IntIterable iterable, java.lang.Object newLock) -
Uses of IntIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement IntIterable Modifier and Type Class Description classAbstractImmutableIntSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) classImmutableIntEmptySetImmutableIntEmptySet is an optimization forImmutableIntSetof size 0.(package private) classImmutableIntSingletonSetImmutableIntSingletonSet is an optimization forImmutableIntSetof size 1.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type IntIterable Modifier and Type Method Description RichIterable<IntIterable>AbstractImmutableIntSet. chunk(int size)RichIterable<IntIterable>ImmutableIntEmptySet. chunk(int size)RichIterable<IntIterable>ImmutableIntSingletonSet. chunk(int size)Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanImmutableIntEmptySet. containsAll(IntIterable source)booleanImmutableIntSingletonSet. containsAll(IntIterable source)ImmutableIntSetAbstractImmutableIntSet. newWithAll(IntIterable elements)ImmutableIntSetImmutableIntEmptySet. newWithAll(IntIterable elements)ImmutableIntSetImmutableIntSingletonSet. newWithAll(IntIterable elements)ImmutableIntSetAbstractImmutableIntSet. newWithoutAll(IntIterable elements)ImmutableIntSetImmutableIntEmptySet. newWithoutAll(IntIterable elements)ImmutableIntSetImmutableIntSingletonSet. newWithoutAll(IntIterable elements)ImmutableIntSetImmutableIntSetFactoryImpl. ofAll(IntIterable items)ImmutableIntSetImmutableIntSetFactoryImpl. 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 IntIterable Modifier and Type Class Description classIntHashSetThis file was automatically generated from template file primitiveHashSet.stg.private static classIntHashSet.ImmutableIntHashSetclassSynchronizedIntSetA synchronized view of aMutableIntSet.classUnmodifiableIntSetThis 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 IntIterable Modifier and Type Method Description RichIterable<IntIterable>IntHashSet. chunk(int size)Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanIntHashSet. addAll(IntIterable source)static IntHashSetIntHashSet. newSet(IntIterable source)MutableIntSetMutableIntSetFactoryImpl. ofAll(IntIterable items)booleanIntHashSet. removeAll(IntIterable source)booleanIntHashSet. retainAll(IntIterable source)IntHashSetIntHashSet. withAll(IntIterable elements)MutableIntSetMutableIntSetFactoryImpl. withAll(IntIterable items)SynchronizedIntSetSynchronizedIntSet. withAll(IntIterable elements)UnmodifiableIntSetUnmodifiableIntSet. withAll(IntIterable elements)IntHashSetIntHashSet. withoutAll(IntIterable elements)SynchronizedIntSetSynchronizedIntSet. withoutAll(IntIterable elements)UnmodifiableIntSetUnmodifiableIntSet. withoutAll(IntIterable elements)Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntIterable Constructor Description IntHashSet(IntIterable elements) -
Uses of IntIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement IntIterable Modifier and Type Class Description classAbstractIntSetThis 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 IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Class Description (package private) classImmutableIntArrayStackImmutableIntArrayStack is the non-modifiable equivalent ofIntArrayStack.(package private) classImmutableIntEmptyStackImmutableIntEmptyStack is an optimization forImmutableIntStackof size 0.(package private) classImmutableIntSingletonStackImmutableIntSingletonStack is an optimization forImmutableIntStackof size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type IntIterable Modifier and Type Method Description RichIterable<IntIterable>ImmutableIntEmptyStack. chunk(int size)RichIterable<IntIterable>ImmutableIntSingletonStack. chunk(int size)Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanImmutableIntEmptyStack. containsAll(IntIterable source)booleanImmutableIntSingletonStack. containsAll(IntIterable source)static ImmutableIntArrayStackImmutableIntArrayStack. newStack(IntIterable iterable)static ImmutableIntArrayStackImmutableIntArrayStack. newStackFromTopToBottom(IntIterable items)ImmutableIntStackImmutableIntStackFactoryImpl. ofAll(IntIterable items)ImmutableIntStackImmutableIntStackFactoryImpl. ofAllReversed(IntIterable items)ImmutableIntStackImmutableIntStackFactoryImpl. withAll(IntIterable items)ImmutableIntStackImmutableIntStackFactoryImpl. 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 IntIterable Modifier and Type Method Description <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 IntIterable Modifier and Type Class Description classIntArrayStackIntArrayStack is similar toArrayStack, and is memory-optimized for int primitives.classSynchronizedIntStackA synchronized view of aMutableIntStack.classUnmodifiableIntStackThis 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 IntIterable Modifier and Type Method Description RichIterable<IntIterable>SynchronizedIntStack. chunk(int size)RichIterable<IntIterable>UnmodifiableIntStack. chunk(int size)Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type IntIterable Modifier and Type Method Description booleanSynchronizedIntStack. containsAll(IntIterable source)booleanUnmodifiableIntStack. containsAll(IntIterable source)static IntArrayStackIntArrayStack. newStack(IntIterable items)static IntArrayStackIntArrayStack. newStackFromTopToBottom(IntIterable items)MutableIntStackMutableIntStackFactoryImpl. ofAll(IntIterable items)MutableIntStackMutableIntStackFactoryImpl. ofAllReversed(IntIterable items)MutableIntStackMutableIntStackFactoryImpl. withAll(IntIterable items)MutableIntStackMutableIntStackFactoryImpl. withAllReversed(IntIterable items) -
Uses of IntIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement IntIterable Modifier and Type Class Description classAbstractIntStackThis file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type IntIterable Modifier and Type Method Description RichIterable<IntIterable>AbstractIntStack. chunk(int size)Methods in org.eclipse.collections.impl.stack.primitive with parameters of type IntIterable Modifier and Type Method Description booleanAbstractIntStack. containsAll(IntIterable source) -
Uses of IntIterable in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement IntIterable Modifier and Type Class Description classCodePointAdapterCalculates and provides the code points stored in a String as an ImmutableIntList.classCodePointListCalculates 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 IntIterable Modifier and Type Method Description RichIterable<IntIterable>CodePointAdapter. chunk(int size)RichIterable<IntIterable>CodePointList. chunk(int size)Methods in org.eclipse.collections.impl.string.immutable with parameters of type IntIterable Modifier and Type Method Description static CodePointAdapterCodePointAdapter. from(IntIterable iterable)static CodePointListCodePointList. from(IntIterable iterable)CodePointAdapterCodePointAdapter. newWithAll(IntIterable elements)CodePointListCodePointList. newWithAll(IntIterable elements)CodePointAdapterCodePointAdapter. newWithoutAll(IntIterable elements)CodePointListCodePointList. newWithoutAll(IntIterable elements)ImmutableList<IntIntPair>CodePointAdapter. zipInt(IntIterable iterable)ImmutableList<IntIntPair>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 IntIterable Modifier and Type Method Description static booleanIntIterableIterate. allSatisfy(IntIterable iterable, IntPredicate predicate)static booleanIntIterableIterate. anySatisfy(IntIterable iterable, IntPredicate predicate)static voidIntIterableIterate. appendString(IntIterable iterable, java.lang.Appendable appendable, java.lang.String start, java.lang.String separator, java.lang.String end)static <V,R extends java.util.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> java.lang.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 IntIterable Modifier and Type Method Description static 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 java.lang.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.
-