Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableIntBag
Packages that use ImmutableIntBag
Package
Description
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 ImmutableIntBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableIntBag -
Uses of ImmutableIntBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableIntBagModifier and TypeMethodDescriptionImmutableIntBag.newWith(int element) ImmutableIntBag.newWithAll(IntIterable elements) ImmutableIntBag.newWithout(int element) ImmutableIntBag.newWithoutAll(IntIterable elements) ImmutableIntBag.reject(IntPredicate predicate) ImmutableIntBag.select(IntPredicate predicate) ImmutableIntBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableIntBagImmutableIntBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableIntBagImmutableIntBag.tap(IntProcedure procedure) IntBag.toImmutable()Returns an immutable copy of this bag.MutableIntBag.toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableIntBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableIntBagModifier and TypeMethodDescriptionImmutableIntBagFactory.empty()ImmutableIntBagFactory.of()Same asImmutableIntBagFactory.empty().ImmutableIntBagFactory.of(int one) Same asImmutableIntBagFactory.with(int).ImmutableIntBagFactory.of(int... items) Same asImmutableIntBagFactory.with(int[]).ImmutableIntBagFactory.ofAll(IntIterable items) ImmutableIntBagFactory.with()Same asImmutableIntBagFactory.empty().ImmutableIntBagFactory.with(int one) ImmutableIntBagFactory.with(int... items) ImmutableIntBagFactory.withAll(IntIterable items) -
Uses of ImmutableIntBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableIntBag -
Uses of ImmutableIntBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntBagModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectInt(IntFunction<? super V> intFunction) ImmutableByteIntMap.reject(IntPredicate predicate) ImmutableCharIntMap.reject(IntPredicate predicate) ImmutableDoubleIntMap.reject(IntPredicate predicate) ImmutableFloatIntMap.reject(IntPredicate predicate) ImmutableIntIntMap.reject(IntPredicate predicate) ImmutableLongIntMap.reject(IntPredicate predicate) ImmutableShortIntMap.reject(IntPredicate predicate) ImmutableByteIntMap.select(IntPredicate predicate) ImmutableCharIntMap.select(IntPredicate predicate) ImmutableDoubleIntMap.select(IntPredicate predicate) ImmutableFloatIntMap.select(IntPredicate predicate) ImmutableIntIntMap.select(IntPredicate predicate) ImmutableLongIntMap.select(IntPredicate predicate) ImmutableShortIntMap.select(IntPredicate predicate)