Uses of Interface
org.eclipse.collections.api.bag.primitive.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
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
ImmutableBag
interface.This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
ImmutableMap
interface.-
Uses of ImmutableIntBag in org.eclipse.collections.api.bag
-
Uses of ImmutableIntBag in org.eclipse.collections.api.bag.primitive
Modifier 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 ImmutableIntBag
ImmutableIntBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default ImmutableIntBag
ImmutableIntBag.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
Modifier 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
-
Uses of ImmutableIntBag in org.eclipse.collections.api.map.primitive
Modifier 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) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.bag.immutable
Modifier and TypeMethodDescriptionAbstractImmutableBag.collectInt
(IntFunction<? super T> intFunction) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.bag.immutable.primitive
Modifier and TypeMethodDescriptionImmutableIntBagFactoryImpl.empty()
ImmutableIntBagFactoryImpl.of()
ImmutableIntBagFactoryImpl.of
(int one) ImmutableIntBagFactoryImpl.of
(int... items) ImmutableIntBagFactoryImpl.ofAll
(IntIterable items) ImmutableIntBagFactoryImpl.with()
ImmutableIntBagFactoryImpl.with
(int one) ImmutableIntBagFactoryImpl.with
(int... items) ImmutableIntBagFactoryImpl.withAll
(IntIterable items) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.bag.mutable.primitive
Modifier and TypeMethodDescriptionIntHashBag.toImmutable()
SynchronizedIntBag.toImmutable()
UnmodifiableIntBag.toImmutable()
-
Uses of ImmutableIntBag in org.eclipse.collections.impl.bimap.immutable
Modifier and TypeMethodDescriptionAbstractImmutableBiMap.collectInt
(IntFunction<? super V> intFunction) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.map.immutable
Modifier and TypeMethodDescriptionAbstractImmutableMap.collectInt
(IntFunction<? super V> intFunction) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.stream