Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableIntBag
Packages that use MutableIntBag
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap
interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableIntBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableIntBagModifier and TypeMethodDescriptionIntIterable.toBag()
Converts the IntIterable to a new MutableIntBag. -
Uses of MutableIntBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableIntBagModifier and TypeMethodDescriptiondefault MutableIntBag
MutableBag.collectInt
(IntFunction<? super T> intFunction) -
Uses of MutableIntBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableIntBagModifier and TypeMethodDescriptionMutableIntBag.asSynchronized()
MutableIntBag.asUnmodifiable()
default MutableIntBag
MutableIntBag.newEmpty()
Creates a new empty mutable version of the same Bag type.MutableIntBag.reject
(IntPredicate predicate) MutableIntBag.select
(IntPredicate predicate) MutableIntBag.selectByOccurrences
(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableIntBag
MutableIntBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default MutableIntBag
MutableIntBag.tap
(IntProcedure procedure) MutableIntBag.with
(int element) MutableIntBag.withAll
(IntIterable elements) MutableIntBag.without
(int element) MutableIntBag.withoutAll
(IntIterable elements) -
Uses of MutableIntBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableIntBagModifier and TypeMethodDescriptionMutableIntBagFactory.empty()
MutableIntBagFactory.of()
Same asMutableIntBagFactory.empty()
.MutableIntBagFactory.of
(int... items) Same asMutableIntBagFactory.with(int[])
.MutableIntBagFactory.ofAll
(IntIterable items) MutableIntBagFactory.with()
Same asMutableIntBagFactory.empty()
.MutableIntBagFactory.with
(int... items) MutableIntBagFactory.withAll
(IntIterable items) -
Uses of MutableIntBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntBagModifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectInt
(IntFunction<? super V> intFunction) MutableIntValuesMap.reject
(IntPredicate predicate) MutableIntValuesMap.select
(IntPredicate predicate) -
Uses of MutableIntBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableIntBagMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableIntBagModifier and TypeMethodDescriptionMultiReaderHashBag.collectInt
(IntFunction<? super T> intFunction) MultiReaderHashBag.UntouchableMutableBag.collectInt
(IntFunction<? super T> intFunction) SynchronizedBag.collectInt
(IntFunction<? super T> intFunction) UnmodifiableBag.collectInt
(IntFunction<? super T> intFunction) -
Uses of MutableIntBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableIntBagModifier and TypeClassDescriptionclass
IntHashBag is similar toHashBag
, and is memory-optimized for int primitives.class
A synchronized view of aMutableIntBag
.class
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableIntBagModifier and TypeMethodDescriptionIntHashBag.asSynchronized()
SynchronizedIntBag.asSynchronized()
UnmodifiableIntBag.asSynchronized()
IntHashBag.asUnmodifiable()
SynchronizedIntBag.asUnmodifiable()
UnmodifiableIntBag.asUnmodifiable()
MutableIntBagFactoryImpl.empty()
private MutableIntBag
SynchronizedIntBag.getMutableIntBag()
private MutableIntBag
UnmodifiableIntBag.getMutableIntBag()
SynchronizedIntBag.newEmpty()
UnmodifiableIntBag.newEmpty()
MutableIntBagFactoryImpl.of()
MutableIntBagFactoryImpl.of
(int... items) MutableIntBagFactoryImpl.ofAll
(IntIterable items) SynchronizedIntBag.reject
(IntPredicate predicate) UnmodifiableIntBag.reject
(IntPredicate predicate) SynchronizedIntBag.select
(IntPredicate predicate) UnmodifiableIntBag.select
(IntPredicate predicate) SynchronizedIntBag.selectByOccurrences
(IntPredicate predicate) UnmodifiableIntBag.selectByOccurrences
(IntPredicate predicate) MutableIntBagFactoryImpl.with()
MutableIntBagFactoryImpl.with
(int... items) MutableIntBagFactoryImpl.withAll
(IntIterable items) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableIntBagModifier and TypeMethodDescriptionAbstractMutableBiMap.collectInt
(IntFunction<? super V> intFunction) -
Uses of MutableIntBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableIntBagModifier and TypeMethodDescriptionImmutableByteIntEmptyMap.toBag()
ImmutableByteIntHashMap.toBag()
ImmutableByteIntSingletonMap.toBag()
ImmutableCharIntEmptyMap.toBag()
ImmutableCharIntHashMap.toBag()
ImmutableCharIntSingletonMap.toBag()
ImmutableDoubleIntEmptyMap.toBag()
ImmutableDoubleIntHashMap.toBag()
ImmutableDoubleIntSingletonMap.toBag()
ImmutableFloatIntEmptyMap.toBag()
ImmutableFloatIntHashMap.toBag()
ImmutableFloatIntSingletonMap.toBag()
ImmutableIntIntEmptyMap.toBag()
ImmutableIntIntHashMap.toBag()
ImmutableIntIntSingletonMap.toBag()
ImmutableLongIntEmptyMap.toBag()
ImmutableLongIntHashMap.toBag()
ImmutableLongIntSingletonMap.toBag()
ImmutableObjectIntEmptyMap.toBag()
ImmutableObjectIntHashMap.toBag()
ImmutableObjectIntSingletonMap.toBag()
ImmutableShortIntEmptyMap.toBag()
ImmutableShortIntHashMap.toBag()
ImmutableShortIntSingletonMap.toBag()
-
Uses of MutableIntBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableIntBagModifier and TypeMethodDescriptionAbstractMutableMap.collectInt
(IntFunction<? super V> intFunction) SynchronizedMutableMap.collectInt
(IntFunction<? super V> intFunction) UnmodifiableMutableMap.collectInt
(IntFunction<? super V> intFunction) -
Uses of MutableIntBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntBagModifier and TypeMethodDescriptionByteObjectHashMap.collectInt
(IntFunction<? super V> intFunction) CharObjectHashMap.collectInt
(IntFunction<? super V> intFunction) DoubleObjectHashMap.collectInt
(IntFunction<? super V> intFunction) FloatObjectHashMap.collectInt
(IntFunction<? super V> intFunction) IntObjectHashMap.collectInt
(IntFunction<? super V> intFunction) LongObjectHashMap.collectInt
(IntFunction<? super V> intFunction) ShortObjectHashMap.collectInt
(IntFunction<? super V> intFunction) SynchronizedByteObjectMap.collectInt
(IntFunction<? super V> intFunction) SynchronizedCharObjectMap.collectInt
(IntFunction<? super V> intFunction) SynchronizedDoubleObjectMap.collectInt
(IntFunction<? super V> intFunction) SynchronizedFloatObjectMap.collectInt
(IntFunction<? super V> intFunction) SynchronizedIntObjectMap.collectInt
(IntFunction<? super V> intFunction) SynchronizedLongObjectMap.collectInt
(IntFunction<? super V> intFunction) SynchronizedShortObjectMap.collectInt
(IntFunction<? super V> intFunction) UnmodifiableByteObjectMap.collectInt
(IntFunction<? super V> intFunction) UnmodifiableCharObjectMap.collectInt
(IntFunction<? super V> intFunction) UnmodifiableDoubleObjectMap.collectInt
(IntFunction<? super V> intFunction) UnmodifiableFloatObjectMap.collectInt
(IntFunction<? super V> intFunction) UnmodifiableIntObjectMap.collectInt
(IntFunction<? super V> intFunction) UnmodifiableLongObjectMap.collectInt
(IntFunction<? super V> intFunction) UnmodifiableShortObjectMap.collectInt
(IntFunction<? super V> intFunction) AbstractMutableIntValuesMap.reject
(IntPredicate predicate) SynchronizedByteIntMap.reject
(IntPredicate predicate) SynchronizedCharIntMap.reject
(IntPredicate predicate) SynchronizedDoubleIntMap.reject
(IntPredicate predicate) SynchronizedFloatIntMap.reject
(IntPredicate predicate) SynchronizedIntIntMap.reject
(IntPredicate predicate) SynchronizedLongIntMap.reject
(IntPredicate predicate) SynchronizedShortIntMap.reject
(IntPredicate predicate) UnmodifiableByteIntMap.reject
(IntPredicate predicate) UnmodifiableCharIntMap.reject
(IntPredicate predicate) UnmodifiableDoubleIntMap.reject
(IntPredicate predicate) UnmodifiableFloatIntMap.reject
(IntPredicate predicate) UnmodifiableIntIntMap.reject
(IntPredicate predicate) UnmodifiableLongIntMap.reject
(IntPredicate predicate) UnmodifiableShortIntMap.reject
(IntPredicate predicate) AbstractMutableIntValuesMap.select
(IntPredicate predicate) SynchronizedByteIntMap.select
(IntPredicate predicate) SynchronizedCharIntMap.select
(IntPredicate predicate) SynchronizedDoubleIntMap.select
(IntPredicate predicate) SynchronizedFloatIntMap.select
(IntPredicate predicate) SynchronizedIntIntMap.select
(IntPredicate predicate) SynchronizedLongIntMap.select
(IntPredicate predicate) SynchronizedShortIntMap.select
(IntPredicate predicate) UnmodifiableByteIntMap.select
(IntPredicate predicate) UnmodifiableCharIntMap.select
(IntPredicate predicate) UnmodifiableDoubleIntMap.select
(IntPredicate predicate) UnmodifiableFloatIntMap.select
(IntPredicate predicate) UnmodifiableIntIntMap.select
(IntPredicate predicate) UnmodifiableLongIntMap.select
(IntPredicate predicate) UnmodifiableShortIntMap.select
(IntPredicate predicate) AbstractMutableIntKeySet.toBag()
AbstractMutableIntValuesMap.AbstractIntValuesCollection.toBag()
IntBooleanHashMap.KeysView.toBag()
ObjectIntHashMap.toBag()
ObjectIntHashMap.ValuesCollection.toBag()
ObjectIntHashMapWithHashingStrategy.toBag()
ObjectIntHashMapWithHashingStrategy.ValuesCollection.toBag()
SynchronizedByteIntMap.toBag()
SynchronizedCharIntMap.toBag()
SynchronizedDoubleIntMap.toBag()
SynchronizedFloatIntMap.toBag()
SynchronizedIntIntMap.toBag()
SynchronizedLongIntMap.toBag()
SynchronizedObjectIntMap.toBag()
SynchronizedShortIntMap.toBag()
UnmodifiableByteIntMap.toBag()
UnmodifiableCharIntMap.toBag()
UnmodifiableDoubleIntMap.toBag()
UnmodifiableFloatIntMap.toBag()
UnmodifiableIntIntMap.toBag()
UnmodifiableLongIntMap.toBag()
UnmodifiableObjectIntMap.toBag()
UnmodifiableShortIntMap.toBag()
-
Uses of MutableIntBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableIntBag -
Uses of MutableIntBag in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableIntBag