Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableIntBag
-
Packages that use ImmutableIntBag Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.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. -
-
Uses of ImmutableIntBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagImmutableBag. collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagImmutableIntBag. newWith(int element)ImmutableIntBagImmutableIntBag. newWithAll(IntIterable elements)ImmutableIntBagImmutableIntBag. newWithout(int element)ImmutableIntBagImmutableIntBag. newWithoutAll(IntIterable elements)ImmutableIntBagImmutableIntBag. reject(IntPredicate predicate)ImmutableIntBagImmutableIntBag. select(IntPredicate predicate)ImmutableIntBagImmutableIntBag. 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)ImmutableIntBagIntBag. toImmutable()Returns an immutable copy of this bag.ImmutableIntBagMutableIntBag. 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 ImmutableIntBag Modifier and Type Method Description ImmutableIntBagImmutableIntBagFactory. empty()ImmutableIntBagImmutableIntBagFactory. of()Same asImmutableIntBagFactory.empty().ImmutableIntBagImmutableIntBagFactory. of(int one)Same asImmutableIntBagFactory.with(int).ImmutableIntBagImmutableIntBagFactory. of(int... items)Same asImmutableIntBagFactory.with(int[]).ImmutableIntBagImmutableIntBagFactory. ofAll(Iterable<Integer> iterable)ImmutableIntBagImmutableIntBagFactory. ofAll(IntStream items)ImmutableIntBagImmutableIntBagFactory. ofAll(IntIterable items)ImmutableIntBagImmutableIntBagFactory. with()Same asImmutableIntBagFactory.empty().ImmutableIntBagImmutableIntBagFactory. with(int one)ImmutableIntBagImmutableIntBagFactory. with(int... items)ImmutableIntBagImmutableIntBagFactory. withAll(Iterable<Integer> iterable)ImmutableIntBagImmutableIntBagFactory. withAll(IntStream items)ImmutableIntBagImmutableIntBagFactory. withAll(IntIterable items) -
Uses of ImmutableIntBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagImmutableMap. collectInt(IntFunction<? super V> intFunction) -
Uses of ImmutableIntBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagImmutablePrimitiveObjectMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableByteIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableCharIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableFloatIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableIntIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableLongIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableShortIntMap. reject(IntPredicate predicate)ImmutableIntBagImmutableByteIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableCharIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableFloatIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableIntIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableLongIntMap. select(IntPredicate predicate)ImmutableIntBagImmutableShortIntMap. select(IntPredicate predicate)
-