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
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
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 MutableIntBagMutableBag.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 MutableIntBagMutableIntBag.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 MutableIntBagMutableIntBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableIntBagMutableIntBag.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)