Uses of Interface
org.eclipse.collections.api.collection.primitive.MutableIntCollection
-
Packages that use MutableIntCollection 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 org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.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.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag 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.block.procedure.primitive This package contains implementations of primitive procedures.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.collector 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.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.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.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.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal.primitive -
-
Uses of MutableIntCollection in org.eclipse.collections.api
Methods in org.eclipse.collections.api with type parameters of type MutableIntCollection Modifier and Type Method Description default <R extends MutableIntCollection>
RBooleanIterable. collectInt(BooleanToIntFunction function, R target)Returns the targetMutableIntCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableIntCollection>
RByteIterable. collectInt(ByteToIntFunction function, R target)Returns the targetMutableIntCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableIntCollection>
RCharIterable. collectInt(CharToIntFunction function, R target)Returns the targetMutableIntCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableIntCollection>
RDoubleIterable. collectInt(DoubleToIntFunction function, R target)Returns the targetMutableIntCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableIntCollection>
RFloatIterable. collectInt(FloatToIntFunction function, R target)Returns the targetMutableIntCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableIntCollection>
RIntIterable. collectInt(IntToIntFunction function, R target)Returns the targetMutableIntCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableIntCollection>
RLongIterable. collectInt(LongToIntFunction function, R target)Returns the targetMutableIntCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableIntCollection>
RRichIterable. collectInt(IntFunction<? super T> intFunction, R target)Same asRichIterable.collectInt(IntFunction), except that the results are gathered into the specifiedtargetcollection.default <R extends MutableIntCollection>
RShortIterable. collectInt(ShortToIntFunction function, R target)Returns the targetMutableIntCollectionwith the results of applying the specified function on each element of the source collection.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.default <R extends MutableIntCollection>
RIntIterable. reject(IntPredicate predicate, R target)Same asIntIterable.reject(IntPredicate), only the results are added to the target MutableIntCollection.default <R extends MutableIntCollection>
RIntIterable. select(IntPredicate predicate, R target)Same asIntIterable.select(IntPredicate), only the results are added to the target MutableIntCollection. -
Uses of MutableIntCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of MutableIntCollection in org.eclipse.collections.api.bag.primitive Modifier and Type Interface Description interfaceMutableIntBagThis file was automatically generated from template file mutablePrimitiveBag.stg. -
Uses of MutableIntCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return MutableIntCollection Modifier and Type Method Description default MutableIntCollectionMutableCollection. collectInt(IntFunction<? super T> intFunction)Returns a new primitiveintiterable with the results of applying the specified function on each element of the source collection. -
Uses of MutableIntCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableIntCollection Modifier and Type Method Description MutableIntCollectionMutableIntCollection. asSynchronized()MutableIntCollectionMutableIntCollection. asUnmodifiable()default MutableIntCollectionMutableIntCollection. newEmpty()Creates a new empty mutable version of the same collection type.MutableIntCollectionMutableIntCollection. reject(IntPredicate predicate)MutableIntCollectionMutableIntCollection. select(IntPredicate predicate)default MutableIntCollectionMutableIntCollection. tap(IntProcedure procedure)MutableIntCollectionMutableIntCollection. with(int element)MutableIntCollectionMutableIntCollection. withAll(IntIterable elements)MutableIntCollectionMutableIntCollection. without(int element)MutableIntCollectionMutableIntCollection. withoutAll(IntIterable elements) -
Uses of MutableIntCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of MutableIntCollection in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceMutableIntListThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of MutableIntCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntCollection Modifier and Type Method Description MutableIntCollectionMutableObjectIntMap. reject(IntPredicate predicate)MutableIntCollectionMutableObjectIntMap. select(IntPredicate predicate)MutableIntCollectionIntValuesMap. values()Returns the values in this map as a separate collection.MutableIntCollectionObjectIntMap. values()Returns the values in this map as a separate collection. -
Uses of MutableIntCollection in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with type parameters of type MutableIntCollection Modifier and Type Method Description default <R extends MutableIntCollection>
ROrderedIntIterable. rejectWithIndex(IntIntPredicate predicate, R target)Returns a new MutableIntCollection excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableIntCollection>
ROrderedIntIterable. selectWithIndex(IntIntPredicate predicate, R target)Returns a new MutableIntCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableIntCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of MutableIntCollection in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceMutableIntSetThis file was automatically generated from template file mutablePrimitiveSet.stg. -
Uses of MutableIntCollection in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RUnmodifiableRichIterable. collectInt(IntFunction<? super T> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableRichIterable. flatCollectInt(Function<? super T,? extends IntIterable> function, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RAbstractBag. collectInt(IntFunction<? super T> intFunction, R target)<R extends MutableIntCollection>
RAbstractBag. flatCollectInt(Function<? super T,? extends IntIterable> function, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableIntCollection 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. -
Uses of MutableIntCollection in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RAbstractBiMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RAbstractBiMap. flatCollectInt(Function<? super V,? extends IntIterable> function, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RUnmodifiableBiMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableBiMap. flatCollectInt(Function<? super V,? extends IntIterable> function, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as MutableIntCollection Modifier and Type Field Description private MutableIntCollectionCollectIntProcedure. intCollectionMethods in org.eclipse.collections.impl.block.procedure.primitive that return MutableIntCollection Modifier and Type Method Description MutableIntCollectionCollectIntProcedure. getIntCollection()Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type MutableIntCollection Constructor Description CollectIntProcedure(IntFunction<? super T> intFunction, MutableIntCollection targetCollection) -
Uses of MutableIntCollection in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RAbstractSynchronizedRichIterable. collectInt(IntFunction<? super T> intFunction, R target)<R extends MutableIntCollection>
RAbstractSynchronizedRichIterable. flatCollectInt(Function<? super T,? extends IntIterable> function, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RAbstractCollectionAdapter. collectInt(IntFunction<? super T> intFunction, R target)<R extends MutableIntCollection>
RAbstractMultiReaderMutableCollection. collectInt(IntFunction<? super T> intFunction, R target)<R extends MutableIntCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. collectInt(IntFunction<? super T> intFunction, R target)<R extends MutableIntCollection>
RAbstractUnmodifiableMutableCollection. collectInt(IntFunction<? super T> intFunction, R target)<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)Methods in org.eclipse.collections.impl.collection.mutable that return MutableIntCollection Modifier and Type Method Description MutableIntCollectionAbstractSynchronizedMutableCollection. collectInt(IntFunction<? super T> intFunction)MutableIntCollectionAbstractUnmodifiableMutableCollection. collectInt(IntFunction<? super T> intFunction) -
Uses of MutableIntCollection in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement MutableIntCollection 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.Fields in org.eclipse.collections.impl.collection.mutable.primitive declared as MutableIntCollection Modifier and Type Field Description private MutableIntCollectionAbstractSynchronizedIntCollection. collectionprivate MutableIntCollectionAbstractUnmodifiableIntCollection. collectionMethods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableIntCollection Modifier and Type Method Description MutableIntCollectionAbstractSynchronizedIntCollection. asSynchronized()MutableIntCollectionAbstractUnmodifiableIntCollection. asSynchronized()MutableIntCollectionAbstractSynchronizedIntCollection. asUnmodifiable()MutableIntCollectionAbstractUnmodifiableIntCollection. asUnmodifiable()protected MutableIntCollectionAbstractSynchronizedIntCollection. getIntCollection()protected MutableIntCollectionAbstractUnmodifiableIntCollection. getIntCollection()MutableIntCollectionSynchronizedIntCollection. newEmpty()MutableIntCollectionUnmodifiableIntCollection. newEmpty()MutableIntCollectionAbstractSynchronizedIntCollection. reject(IntPredicate predicate)MutableIntCollectionAbstractUnmodifiableIntCollection. reject(IntPredicate predicate)MutableIntCollectionAbstractSynchronizedIntCollection. select(IntPredicate predicate)MutableIntCollectionAbstractUnmodifiableIntCollection. select(IntPredicate predicate)MutableIntCollectionAbstractSynchronizedIntCollection. with(int element)MutableIntCollectionAbstractUnmodifiableIntCollection. with(int element)MutableIntCollectionAbstractSynchronizedIntCollection. withAll(IntIterable elements)MutableIntCollectionAbstractUnmodifiableIntCollection. withAll(IntIterable elements)MutableIntCollectionAbstractSynchronizedIntCollection. without(int element)MutableIntCollectionAbstractUnmodifiableIntCollection. without(int element)MutableIntCollectionAbstractSynchronizedIntCollection. withoutAll(IntIterable elements)MutableIntCollectionAbstractUnmodifiableIntCollection. withoutAll(IntIterable elements)Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableIntCollection Modifier and Type Method Description static SynchronizedIntCollectionSynchronizedIntCollection. of(MutableIntCollection collection)This method will take a MutableIntCollection and wrap it directly in a SynchronizedIntCollection.static SynchronizedIntCollectionSynchronizedIntCollection. of(MutableIntCollection collection, java.lang.Object lock)This method will take a MutableIntCollection and wrap it directly in a SynchronizedIntCollection.static UnmodifiableIntCollectionUnmodifiableIntCollection. of(MutableIntCollection collection)This method will take a MutableIntCollection and wrap it directly in a UnmodifiableIntCollection.Constructors in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableIntCollection Constructor Description AbstractSynchronizedIntCollection(MutableIntCollection collection)AbstractSynchronizedIntCollection(MutableIntCollection collection, java.lang.Object newLock)AbstractUnmodifiableIntCollection(MutableIntCollection collection)SynchronizedIntCollection(MutableIntCollection collection)SynchronizedIntCollection(MutableIntCollection collection, java.lang.Object newLock)UnmodifiableIntCollection(MutableIntCollection collection) -
Uses of MutableIntCollection in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with type parameters of type MutableIntCollection Modifier and Type Method Description static <T,R extends MutableIntCollection>
java.util.stream.Collector<T,?,R>Collectors2. collectInt(IntFunction<? super T> function, java.util.function.Supplier<R> supplier)Returns a new MutableIntCollection with the results of applying the specified IntFunction on each element of the source. -
Uses of MutableIntCollection in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive with type parameters of type MutableIntCollection Modifier and Type Field Description private Function0<MutableIntCollection>ChunkIntIterable.ChunkIntIterator. speciesNewStrategy -
Uses of MutableIntCollection in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RImmutableIntArrayList. reject(IntPredicate predicate, R target)<R extends MutableIntCollection>
RImmutableIntArrayList. select(IntPredicate predicate, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RFastList. collectInt(IntFunction<? super T> intFunction, R target)<R extends MutableIntCollection>
RFastList. flatCollectInt(Function<? super T,? extends IntIterable> function, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableIntCollection 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 with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RIntArrayList. reject(IntPredicate predicate, R target)<R extends MutableIntCollection>
RSynchronizedIntList. rejectWithIndex(IntIntPredicate predicate, R target)Returns a new MutableIntCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RUnmodifiableIntList. rejectWithIndex(IntIntPredicate predicate, R target)Returns a new MutableIntCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RIntArrayList. select(IntPredicate predicate, R target)<R extends MutableIntCollection>
RSynchronizedIntList. selectWithIndex(IntIntPredicate predicate, R target)Returns a new MutableIntCollection including all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RUnmodifiableIntList. selectWithIndex(IntIntPredicate predicate, R target)Returns a new MutableIntCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableIntCollection in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RImmutableByteObjectEmptyMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableByteObjectHashMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableByteObjectSingletonMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableCharObjectEmptyMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableCharObjectHashMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableCharObjectSingletonMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableDoubleObjectEmptyMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableDoubleObjectHashMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableDoubleObjectSingletonMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableFloatObjectEmptyMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableFloatObjectHashMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableFloatObjectSingletonMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableIntObjectEmptyMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableIntObjectHashMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableIntObjectSingletonMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableLongObjectEmptyMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableLongObjectHashMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableLongObjectSingletonMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableShortObjectEmptyMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableShortObjectHashMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RImmutableShortObjectSingletonMap. collectInt(IntFunction<? super V> intFunction, R target)<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)Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableIntCollection Modifier and Type Method Description MutableIntCollectionImmutableByteIntEmptyMap. values()MutableIntCollectionImmutableByteIntHashMap. values()MutableIntCollectionImmutableByteIntSingletonMap. values()MutableIntCollectionImmutableCharIntEmptyMap. values()MutableIntCollectionImmutableCharIntHashMap. values()MutableIntCollectionImmutableCharIntSingletonMap. values()MutableIntCollectionImmutableDoubleIntEmptyMap. values()MutableIntCollectionImmutableDoubleIntHashMap. values()MutableIntCollectionImmutableDoubleIntSingletonMap. values()MutableIntCollectionImmutableFloatIntEmptyMap. values()MutableIntCollectionImmutableFloatIntHashMap. values()MutableIntCollectionImmutableFloatIntSingletonMap. values()MutableIntCollectionImmutableIntIntEmptyMap. values()MutableIntCollectionImmutableIntIntHashMap. values()MutableIntCollectionImmutableIntIntSingletonMap. values()MutableIntCollectionImmutableLongIntEmptyMap. values()MutableIntCollectionImmutableLongIntHashMap. values()MutableIntCollectionImmutableLongIntSingletonMap. values()MutableIntCollectionImmutableObjectIntEmptyMap. values()MutableIntCollectionImmutableObjectIntHashMap. values()MutableIntCollectionImmutableObjectIntSingletonMap. values()MutableIntCollectionImmutableShortIntEmptyMap. values()MutableIntCollectionImmutableShortIntHashMap. values()MutableIntCollectionImmutableShortIntSingletonMap. values() -
Uses of MutableIntCollection in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RUnmodifiableMutableMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableMutableMap. flatCollectInt(Function<? super V,? extends IntIterable> function, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RSynchronizedByteObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RSynchronizedCharObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RSynchronizedDoubleObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RSynchronizedFloatObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RSynchronizedIntObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RSynchronizedLongObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RSynchronizedShortObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableByteObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableCharObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableDoubleObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableFloatObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableIntObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableLongObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableShortObjectMap. collectInt(IntFunction<? super V> intFunction, R target)<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)Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntCollection Modifier and Type Method Description MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. asSynchronized()MutableIntCollectionObjectIntHashMap.ValuesCollection. asSynchronized()MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. asSynchronized()MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. asUnmodifiable()MutableIntCollectionObjectIntHashMap.ValuesCollection. asUnmodifiable()MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. asUnmodifiable()MutableIntCollectionByteIntHashMap.ValuesCollection. newEmpty()MutableIntCollectionCharIntHashMap.ValuesCollection. newEmpty()MutableIntCollectionDoubleIntHashMap.ValuesCollection. newEmpty()MutableIntCollectionFloatIntHashMap.ValuesCollection. newEmpty()MutableIntCollectionIntIntHashMap.ValuesCollection. newEmpty()MutableIntCollectionLongIntHashMap.ValuesCollection. newEmpty()MutableIntCollectionObjectIntHashMap.ValuesCollection. newEmpty()MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. newEmpty()MutableIntCollectionShortIntHashMap.ValuesCollection. newEmpty()MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. reject(IntPredicate predicate)MutableIntCollectionObjectIntHashMap. reject(IntPredicate predicate)MutableIntCollectionObjectIntHashMap.ValuesCollection. reject(IntPredicate predicate)MutableIntCollectionObjectIntHashMapWithHashingStrategy. reject(IntPredicate predicate)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. reject(IntPredicate predicate)MutableIntCollectionSynchronizedObjectIntMap. reject(IntPredicate predicate)MutableIntCollectionUnmodifiableObjectIntMap. reject(IntPredicate predicate)MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. select(IntPredicate predicate)MutableIntCollectionObjectIntHashMap. select(IntPredicate predicate)MutableIntCollectionObjectIntHashMap.ValuesCollection. select(IntPredicate predicate)MutableIntCollectionObjectIntHashMapWithHashingStrategy. select(IntPredicate predicate)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. select(IntPredicate predicate)MutableIntCollectionSynchronizedObjectIntMap. select(IntPredicate predicate)MutableIntCollectionUnmodifiableObjectIntMap. select(IntPredicate predicate)MutableIntCollectionByteIntHashMap. values()MutableIntCollectionCharIntHashMap. values()MutableIntCollectionDoubleIntHashMap. values()MutableIntCollectionFloatIntHashMap. values()MutableIntCollectionIntIntHashMap. values()MutableIntCollectionLongIntHashMap. values()MutableIntCollectionObjectIntHashMap. values()MutableIntCollectionObjectIntHashMapWithHashingStrategy. values()MutableIntCollectionShortIntHashMap. values()MutableIntCollectionSynchronizedByteIntMap. values()MutableIntCollectionSynchronizedCharIntMap. values()MutableIntCollectionSynchronizedDoubleIntMap. values()MutableIntCollectionSynchronizedFloatIntMap. values()MutableIntCollectionSynchronizedIntIntMap. values()MutableIntCollectionSynchronizedLongIntMap. values()MutableIntCollectionSynchronizedObjectIntMap. values()MutableIntCollectionSynchronizedShortIntMap. values()MutableIntCollectionUnmodifiableByteIntMap. values()MutableIntCollectionUnmodifiableCharIntMap. values()MutableIntCollectionUnmodifiableDoubleIntMap. values()MutableIntCollectionUnmodifiableFloatIntMap. values()MutableIntCollectionUnmodifiableIntIntMap. values()MutableIntCollectionUnmodifiableLongIntMap. values()MutableIntCollectionUnmodifiableObjectIntMap. values()MutableIntCollectionUnmodifiableShortIntMap. values()MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. with(int element)MutableIntCollectionObjectIntHashMap.ValuesCollection. with(int element)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. with(int element)MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. withAll(IntIterable elements)MutableIntCollectionObjectIntHashMap.ValuesCollection. withAll(IntIterable elements)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. withAll(IntIterable elements)MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. without(int element)MutableIntCollectionObjectIntHashMap.ValuesCollection. without(int element)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. without(int element)MutableIntCollectionAbstractMutableIntValuesMap.AbstractIntValuesCollection. withoutAll(IntIterable elements)MutableIntCollectionObjectIntHashMap.ValuesCollection. withoutAll(IntIterable elements)MutableIntCollectionObjectIntHashMapWithHashingStrategy.ValuesCollection. withoutAll(IntIterable elements) -
Uses of MutableIntCollection in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RUnmodifiableMutableOrderedMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableMutableOrderedMap. flatCollectInt(Function<? super V,? extends IntIterable> function, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RUnmodifiableTreeMap. collectInt(IntFunction<? super V> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableTreeMap. flatCollectInt(Function<? super V,? extends IntIterable> function, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableIntCollection Modifier and Type Class Description classIntHashSetThis file was automatically generated from template file primitiveHashSet.stg.classSynchronizedIntSetA synchronized view of aMutableIntSet.classUnmodifiableIntSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RIntHashSet. reject(IntPredicate predicate, R target)<R extends MutableIntCollection>
RIntHashSet. select(IntPredicate predicate, R target) -
Uses of MutableIntCollection in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RImmutableArrayStack. collectInt(IntFunction<? super T> intFunction, R target)Deprecated.<R extends MutableIntCollection>
RImmutableEmptyStack. collectInt(IntFunction<? super T> intFunction, R target)<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 MutableIntCollection in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RArrayStack. collectInt(IntFunction<? super T> intFunction, R target)<R extends MutableIntCollection>
RSynchronizedStack. collectInt(IntFunction<? super T> intFunction, R target)<R extends MutableIntCollection>
RUnmodifiableStack. collectInt(IntFunction<? super T> intFunction, R target)<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 MutableIntCollection in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with type parameters of type MutableIntCollection Modifier and Type Method Description <R extends MutableIntCollection>
RSynchronizedIntStack. rejectWithIndex(IntIntPredicate predicate, R target)Returns a new MutableIntCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RSynchronizedIntStack. selectWithIndex(IntIntPredicate predicate, R target)Returns a new MutableIntCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableIntCollection in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with type parameters of type MutableIntCollection Modifier and Type Method Description static <T,R extends MutableIntCollection>
RArrayIterate. collectInt(T[] objectArray, IntFunction<? super T> intFunction, R target)static <T,R extends MutableIntCollection>
RArrayListIterate. collectInt(java.util.ArrayList<T> list, IntFunction<? super T> intFunction, R target)static <T,R extends MutableIntCollection>
RIterate. collectInt(java.lang.Iterable<T> iterable, IntFunction<? super T> intFunction, R target)Same asIterate.collectInt(Iterable, IntFunction), except that the results are gathered into the specifiedtargetcollection.static <T,R extends MutableIntCollection>
RListIterate. collectInt(java.util.List<T> list, IntFunction<? super T> intFunction, R target)static <K,V,R extends MutableIntCollection>
RMapIterate. collectInt(java.util.Map<K,V> map, IntFunction<? super V> intFunction, R target)private static <T,R extends MutableIntCollection>
RArrayListIterate. collectIntFromInternalArray(java.util.ArrayList<T> source, IntFunction<? super T> intFunction, int elementsToCollect, R target)Methods in org.eclipse.collections.impl.utility that return MutableIntCollection Modifier and Type Method Description static <T> MutableIntCollectionIterate. collectInt(java.lang.Iterable<T> iterable, IntFunction<? super T> intFunction)Returns a newintcollection with the results of applying the specified intFunction for each element of the iterable.static <K,V>
MutableIntCollectionMapIterate. collectInt(java.util.Map<K,V> map, IntFunction<? super V> intFunction) -
Uses of MutableIntCollection in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with type parameters of type MutableIntCollection Modifier and Type Method Description static <R extends MutableIntCollection,T>
RInternalArrayIterate. collectInt(T[] items, int size, IntFunction<? super T> intFunction, R target)Adds all array elements to the target MutableIntCollection after using the function supplied to convert each source element to the appropriate typestatic <T,R extends MutableIntCollection>
RIterableIterate. collectInt(java.lang.Iterable<T> iterable, IntFunction<? super T> intFunction, R target)static <T,R extends MutableIntCollection>
RIteratorIterate. collectInt(java.util.Iterator<T> iterator, IntFunction<? super T> intFunction, R target)static <T,R extends MutableIntCollection>
RRandomAccessListIterate. collectInt(java.util.List<T> list, IntFunction<? super T> intFunction, R target)Methods in org.eclipse.collections.impl.utility.internal that return MutableIntCollection Modifier and Type Method Description static <T> MutableIntCollectionIterableIterate. collectInt(java.lang.Iterable<T> iterable, IntFunction<? super T> intFunction)static <T> MutableIntCollectionIteratorIterate. collectInt(java.util.Iterator<T> iterator, IntFunction<? super T> intFunction) -
Uses of MutableIntCollection in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with type parameters of type MutableIntCollection Modifier and Type Method Description static <R extends MutableIntCollection>
RIntIterableIterate. reject(IntIterable iterable, IntPredicate predicate, R targetCollection)static <R extends MutableIntCollection>
RIntIteratorIterate. reject(IntIterator iterator, IntPredicate predicate, R targetCollection)static <R extends MutableIntCollection>
RIntIterableIterate. select(IntIterable iterable, IntPredicate predicate, R targetCollection)static <R extends MutableIntCollection>
RIntIteratorIterate. select(IntIterator iterator, IntPredicate predicate, R targetCollection)
-