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 theMutableBiMap
interface.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 theMutableCollection
interface.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 theMutableList
interface.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 theMutableMap
interface.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 theMutableSortedMap
interface.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 theImmutableStack
interface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface.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 targetMutableIntCollection
with 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 targetMutableIntCollection
with 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 targetMutableIntCollection
with 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 targetMutableIntCollection
with 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 targetMutableIntCollection
with 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 targetMutableIntCollection
with 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 targetMutableIntCollection
with 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 specifiedtarget
collection.default <R extends MutableIntCollection>
RShortIterable. collectInt(ShortToIntFunction function, R target)
Returns the targetMutableIntCollection
with 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 interface
MutableIntBag
This 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 MutableIntCollection
MutableCollection. collectInt(IntFunction<? super T> intFunction)
Returns a new primitiveint
iterable with the results of applying the specified function on each element of the source collection. -
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 MutableIntCollection
MutableIntCollection. asSynchronized()
MutableIntCollection
MutableIntCollection. asUnmodifiable()
default MutableIntCollection
MutableIntCollection. newEmpty()
Creates a new empty mutable version of the same collection type.MutableIntCollection
MutableIntCollection. reject(IntPredicate predicate)
MutableIntCollection
MutableIntCollection. select(IntPredicate predicate)
default MutableIntCollection
MutableIntCollection. tap(IntProcedure procedure)
MutableIntCollection
MutableIntCollection. with(int element)
MutableIntCollection
MutableIntCollection. withAll(IntIterable elements)
MutableIntCollection
MutableIntCollection. without(int element)
MutableIntCollection
MutableIntCollection. 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 interface
MutableIntList
This 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 MutableIntCollection
MutableObjectIntMap. reject(IntPredicate predicate)
MutableIntCollection
MutableObjectIntMap. select(IntPredicate predicate)
MutableIntCollection
IntValuesMap. values()
Returns the values in this map as a separate collection.MutableIntCollection
ObjectIntMap. 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 interface
MutableIntSet
This 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 class
IntHashBag
IntHashBag is similar toHashBag
, and is memory-optimized for int primitives.class
SynchronizedIntBag
A synchronized view of aMutableIntBag
.class
UnmodifiableIntBag
This 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 MutableIntCollection
CollectIntProcedure. intCollection
Methods in org.eclipse.collections.impl.block.procedure.primitive that return MutableIntCollection Modifier and Type Method Description MutableIntCollection
CollectIntProcedure. 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 MutableIntCollection
AbstractSynchronizedMutableCollection. collectInt(IntFunction<? super T> intFunction)
MutableIntCollection
AbstractUnmodifiableMutableCollection. 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 class
AbstractSynchronizedIntCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractUnmodifiableIntCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
SynchronizedIntCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
UnmodifiableIntCollection
This 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 MutableIntCollection
AbstractSynchronizedIntCollection. collection
private MutableIntCollection
AbstractUnmodifiableIntCollection. collection
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableIntCollection Modifier and Type Method Description MutableIntCollection
AbstractSynchronizedIntCollection. asSynchronized()
MutableIntCollection
AbstractUnmodifiableIntCollection. asSynchronized()
MutableIntCollection
AbstractSynchronizedIntCollection. asUnmodifiable()
MutableIntCollection
AbstractUnmodifiableIntCollection. asUnmodifiable()
protected MutableIntCollection
AbstractSynchronizedIntCollection. getIntCollection()
protected MutableIntCollection
AbstractUnmodifiableIntCollection. getIntCollection()
MutableIntCollection
SynchronizedIntCollection. newEmpty()
MutableIntCollection
UnmodifiableIntCollection. newEmpty()
MutableIntCollection
AbstractSynchronizedIntCollection. reject(IntPredicate predicate)
MutableIntCollection
AbstractUnmodifiableIntCollection. reject(IntPredicate predicate)
MutableIntCollection
AbstractSynchronizedIntCollection. select(IntPredicate predicate)
MutableIntCollection
AbstractUnmodifiableIntCollection. select(IntPredicate predicate)
MutableIntCollection
AbstractSynchronizedIntCollection. with(int element)
MutableIntCollection
AbstractUnmodifiableIntCollection. with(int element)
MutableIntCollection
AbstractSynchronizedIntCollection. withAll(IntIterable elements)
MutableIntCollection
AbstractUnmodifiableIntCollection. withAll(IntIterable elements)
MutableIntCollection
AbstractSynchronizedIntCollection. without(int element)
MutableIntCollection
AbstractUnmodifiableIntCollection. without(int element)
MutableIntCollection
AbstractSynchronizedIntCollection. withoutAll(IntIterable elements)
MutableIntCollection
AbstractUnmodifiableIntCollection. withoutAll(IntIterable elements)
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableIntCollection Modifier and Type Method Description static SynchronizedIntCollection
SynchronizedIntCollection. of(MutableIntCollection collection)
This method will take a MutableIntCollection and wrap it directly in a SynchronizedIntCollection.static SynchronizedIntCollection
SynchronizedIntCollection. of(MutableIntCollection collection, java.lang.Object lock)
This method will take a MutableIntCollection and wrap it directly in a SynchronizedIntCollection.static UnmodifiableIntCollection
UnmodifiableIntCollection. 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 class
IntArrayList
IntArrayList is similar to FastList, and is memory-optimized for int primitives.class
SynchronizedIntList
A synchronized view of aMutableIntList
.class
UnmodifiableIntList
This 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 MutableIntCollection
ImmutableByteIntEmptyMap. values()
MutableIntCollection
ImmutableByteIntHashMap. values()
MutableIntCollection
ImmutableByteIntSingletonMap. values()
MutableIntCollection
ImmutableCharIntEmptyMap. values()
MutableIntCollection
ImmutableCharIntHashMap. values()
MutableIntCollection
ImmutableCharIntSingletonMap. values()
MutableIntCollection
ImmutableDoubleIntEmptyMap. values()
MutableIntCollection
ImmutableDoubleIntHashMap. values()
MutableIntCollection
ImmutableDoubleIntSingletonMap. values()
MutableIntCollection
ImmutableFloatIntEmptyMap. values()
MutableIntCollection
ImmutableFloatIntHashMap. values()
MutableIntCollection
ImmutableFloatIntSingletonMap. values()
MutableIntCollection
ImmutableIntIntEmptyMap. values()
MutableIntCollection
ImmutableIntIntHashMap. values()
MutableIntCollection
ImmutableIntIntSingletonMap. values()
MutableIntCollection
ImmutableLongIntEmptyMap. values()
MutableIntCollection
ImmutableLongIntHashMap. values()
MutableIntCollection
ImmutableLongIntSingletonMap. values()
MutableIntCollection
ImmutableObjectIntEmptyMap. values()
MutableIntCollection
ImmutableObjectIntHashMap. values()
MutableIntCollection
ImmutableObjectIntSingletonMap. values()
MutableIntCollection
ImmutableShortIntEmptyMap. values()
MutableIntCollection
ImmutableShortIntHashMap. values()
MutableIntCollection
ImmutableShortIntSingletonMap. 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 MutableIntCollection
AbstractMutableIntValuesMap.AbstractIntValuesCollection. asSynchronized()
MutableIntCollection
ObjectIntHashMap.ValuesCollection. asSynchronized()
MutableIntCollection
ObjectIntHashMapWithHashingStrategy.ValuesCollection. asSynchronized()
MutableIntCollection
AbstractMutableIntValuesMap.AbstractIntValuesCollection. asUnmodifiable()
MutableIntCollection
ObjectIntHashMap.ValuesCollection. asUnmodifiable()
MutableIntCollection
ObjectIntHashMapWithHashingStrategy.ValuesCollection. asUnmodifiable()
MutableIntCollection
ByteIntHashMap.ValuesCollection. newEmpty()
MutableIntCollection
CharIntHashMap.ValuesCollection. newEmpty()
MutableIntCollection
DoubleIntHashMap.ValuesCollection. newEmpty()
MutableIntCollection
FloatIntHashMap.ValuesCollection. newEmpty()
MutableIntCollection
IntIntHashMap.ValuesCollection. newEmpty()
MutableIntCollection
LongIntHashMap.ValuesCollection. newEmpty()
MutableIntCollection
ObjectIntHashMap.ValuesCollection. newEmpty()
MutableIntCollection
ObjectIntHashMapWithHashingStrategy.ValuesCollection. newEmpty()
MutableIntCollection
ShortIntHashMap.ValuesCollection. newEmpty()
MutableIntCollection
AbstractMutableIntValuesMap.AbstractIntValuesCollection. reject(IntPredicate predicate)
MutableIntCollection
ObjectIntHashMap. reject(IntPredicate predicate)
MutableIntCollection
ObjectIntHashMap.ValuesCollection. reject(IntPredicate predicate)
MutableIntCollection
ObjectIntHashMapWithHashingStrategy. reject(IntPredicate predicate)
MutableIntCollection
ObjectIntHashMapWithHashingStrategy.ValuesCollection. reject(IntPredicate predicate)
MutableIntCollection
SynchronizedObjectIntMap. reject(IntPredicate predicate)
MutableIntCollection
UnmodifiableObjectIntMap. reject(IntPredicate predicate)
MutableIntCollection
AbstractMutableIntValuesMap.AbstractIntValuesCollection. select(IntPredicate predicate)
MutableIntCollection
ObjectIntHashMap. select(IntPredicate predicate)
MutableIntCollection
ObjectIntHashMap.ValuesCollection. select(IntPredicate predicate)
MutableIntCollection
ObjectIntHashMapWithHashingStrategy. select(IntPredicate predicate)
MutableIntCollection
ObjectIntHashMapWithHashingStrategy.ValuesCollection. select(IntPredicate predicate)
MutableIntCollection
SynchronizedObjectIntMap. select(IntPredicate predicate)
MutableIntCollection
UnmodifiableObjectIntMap. select(IntPredicate predicate)
MutableIntCollection
ByteIntHashMap. values()
MutableIntCollection
CharIntHashMap. values()
MutableIntCollection
DoubleIntHashMap. values()
MutableIntCollection
FloatIntHashMap. values()
MutableIntCollection
IntIntHashMap. values()
MutableIntCollection
LongIntHashMap. values()
MutableIntCollection
ObjectIntHashMap. values()
MutableIntCollection
ObjectIntHashMapWithHashingStrategy. values()
MutableIntCollection
ShortIntHashMap. values()
MutableIntCollection
SynchronizedByteIntMap. values()
MutableIntCollection
SynchronizedCharIntMap. values()
MutableIntCollection
SynchronizedDoubleIntMap. values()
MutableIntCollection
SynchronizedFloatIntMap. values()
MutableIntCollection
SynchronizedIntIntMap. values()
MutableIntCollection
SynchronizedLongIntMap. values()
MutableIntCollection
SynchronizedObjectIntMap. values()
MutableIntCollection
SynchronizedShortIntMap. values()
MutableIntCollection
UnmodifiableByteIntMap. values()
MutableIntCollection
UnmodifiableCharIntMap. values()
MutableIntCollection
UnmodifiableDoubleIntMap. values()
MutableIntCollection
UnmodifiableFloatIntMap. values()
MutableIntCollection
UnmodifiableIntIntMap. values()
MutableIntCollection
UnmodifiableLongIntMap. values()
MutableIntCollection
UnmodifiableObjectIntMap. values()
MutableIntCollection
UnmodifiableShortIntMap. values()
MutableIntCollection
AbstractMutableIntValuesMap.AbstractIntValuesCollection. with(int element)
MutableIntCollection
ObjectIntHashMap.ValuesCollection. with(int element)
MutableIntCollection
ObjectIntHashMapWithHashingStrategy.ValuesCollection. with(int element)
MutableIntCollection
AbstractMutableIntValuesMap.AbstractIntValuesCollection. withAll(IntIterable elements)
MutableIntCollection
ObjectIntHashMap.ValuesCollection. withAll(IntIterable elements)
MutableIntCollection
ObjectIntHashMapWithHashingStrategy.ValuesCollection. withAll(IntIterable elements)
MutableIntCollection
AbstractMutableIntValuesMap.AbstractIntValuesCollection. without(int element)
MutableIntCollection
ObjectIntHashMap.ValuesCollection. without(int element)
MutableIntCollection
ObjectIntHashMapWithHashingStrategy.ValuesCollection. without(int element)
MutableIntCollection
AbstractMutableIntValuesMap.AbstractIntValuesCollection. withoutAll(IntIterable elements)
MutableIntCollection
ObjectIntHashMap.ValuesCollection. withoutAll(IntIterable elements)
MutableIntCollection
ObjectIntHashMapWithHashingStrategy.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 class
IntHashSet
This file was automatically generated from template file primitiveHashSet.stg.class
SynchronizedIntSet
A synchronized view of aMutableIntSet
.class
UnmodifiableIntSet
This 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 specifiedtarget
collection.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> MutableIntCollection
Iterate. collectInt(java.lang.Iterable<T> iterable, IntFunction<? super T> intFunction)
Returns a newint
collection 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 <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> MutableIntCollection
IterableIterate. collectInt(java.lang.Iterable<T> iterable, IntFunction<? super T> intFunction)
static <T> MutableIntCollection
IteratorIterate. 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)
-