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.org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBaginterface.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMapinterface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.stream -
-
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(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntBagImmutableIntBagFactory. ofAll(java.util.stream.IntStream items)ImmutableIntBagImmutableIntBagFactory. ofAll(IntIterable items)ImmutableIntBagImmutableIntBagFactory. with()Same asImmutableIntBagFactory.empty().ImmutableIntBagImmutableIntBagFactory. with(int one)ImmutableIntBagImmutableIntBagFactory. with(int... items)ImmutableIntBagImmutableIntBagFactory. withAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntBagImmutableIntBagFactory. withAll(java.util.stream.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) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagAbstractImmutableBag. collectInt(IntFunction<? super T> intFunction)ImmutableIntBagImmutableEmptyBag. collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableIntBag Modifier and Type Class Description (package private) classImmutableIntEmptyBagImmutableIntEmptyBag is an optimization forImmutableIntBagof size 0.(package private) classImmutableIntHashBagImmutableIntHashBag is the non-modifiable equivalent ofIntHashBag.(package private) classImmutableIntSingletonBagImmutableIntSingletonBag is an optimization forImmutableIntBagof size 1.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableIntBag Modifier and Type Field Description (package private) static ImmutableIntBagImmutableIntEmptyBag. INSTANCEMethods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagImmutableIntBagFactoryImpl. empty()ImmutableIntBagImmutableIntEmptyBag. newWith(int element)ImmutableIntBagImmutableIntHashBag. newWith(int element)ImmutableIntBagImmutableIntSingletonBag. newWith(int element)ImmutableIntBagImmutableIntEmptyBag. newWithAll(IntIterable elements)ImmutableIntBagImmutableIntHashBag. newWithAll(IntIterable elements)ImmutableIntBagImmutableIntSingletonBag. newWithAll(IntIterable elements)ImmutableIntBagImmutableIntEmptyBag. newWithout(int element)ImmutableIntBagImmutableIntHashBag. newWithout(int element)ImmutableIntBagImmutableIntSingletonBag. newWithout(int element)ImmutableIntBagImmutableIntEmptyBag. newWithoutAll(IntIterable elements)ImmutableIntBagImmutableIntHashBag. newWithoutAll(IntIterable elements)ImmutableIntBagImmutableIntSingletonBag. newWithoutAll(IntIterable elements)ImmutableIntBagImmutableIntBagFactoryImpl. of()ImmutableIntBagImmutableIntBagFactoryImpl. of(int one)ImmutableIntBagImmutableIntBagFactoryImpl. of(int... items)ImmutableIntBagImmutableIntBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntBagImmutableIntBagFactoryImpl. ofAll(java.util.stream.IntStream items)ImmutableIntBagImmutableIntBagFactoryImpl. ofAll(IntIterable items)ImmutableIntBagImmutableIntEmptyBag. reject(IntPredicate predicate)ImmutableIntBagImmutableIntHashBag. reject(IntPredicate predicate)ImmutableIntBagImmutableIntSingletonBag. reject(IntPredicate predicate)ImmutableIntBagImmutableIntEmptyBag. select(IntPredicate predicate)ImmutableIntBagImmutableIntHashBag. select(IntPredicate predicate)ImmutableIntBagImmutableIntSingletonBag. select(IntPredicate predicate)ImmutableIntBagImmutableIntEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableIntBagImmutableIntHashBag. selectByOccurrences(IntPredicate predicate)ImmutableIntBagImmutableIntSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableIntBagImmutableIntEmptyBag. toImmutable()ImmutableIntBagImmutableIntHashBag. toImmutable()ImmutableIntBagImmutableIntSingletonBag. toImmutable()ImmutableIntBagImmutableIntBagFactoryImpl. with()ImmutableIntBagImmutableIntBagFactoryImpl. with(int one)ImmutableIntBagImmutableIntBagFactoryImpl. with(int... items)ImmutableIntBagImmutableIntBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntBagImmutableIntBagFactoryImpl. withAll(java.util.stream.IntStream items)ImmutableIntBagImmutableIntBagFactoryImpl. withAll(IntIterable items) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagIntHashBag. toImmutable()ImmutableIntBagSynchronizedIntBag. toImmutable()ImmutableIntBagUnmodifiableIntBag. toImmutable() -
Uses of ImmutableIntBag in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagAbstractImmutableBiMap. collectInt(IntFunction<? super V> intFunction) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagAbstractImmutableMap. collectInt(IntFunction<? super V> intFunction) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableIntBag Modifier and Type Method Description ImmutableIntBagImmutableByteObjectEmptyMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableByteObjectHashMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableByteObjectSingletonMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableCharObjectEmptyMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableCharObjectHashMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableCharObjectSingletonMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableDoubleObjectEmptyMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableDoubleObjectHashMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableDoubleObjectSingletonMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableFloatObjectEmptyMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableFloatObjectHashMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableFloatObjectSingletonMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableIntObjectEmptyMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableIntObjectHashMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableIntObjectSingletonMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableLongObjectEmptyMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableLongObjectHashMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableLongObjectSingletonMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableShortObjectEmptyMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableShortObjectHashMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableShortObjectSingletonMap. collectInt(IntFunction<? super V> intFunction)ImmutableIntBagImmutableByteIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableByteIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableByteIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableCharIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableCharIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableCharIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableFloatIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableFloatIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableFloatIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableIntIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableIntIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableIntIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableLongIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableLongIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableLongIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableShortIntEmptyMap. reject(IntPredicate predicate)ImmutableIntBagImmutableShortIntHashMap. reject(IntPredicate predicate)ImmutableIntBagImmutableShortIntSingletonMap. reject(IntPredicate predicate)ImmutableIntBagImmutableByteIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableByteIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableByteIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableCharIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableCharIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableCharIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableDoubleIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableFloatIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableFloatIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableFloatIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableIntIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableIntIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableIntIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableLongIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableLongIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableLongIntSingletonMap. select(IntPredicate predicate)ImmutableIntBagImmutableShortIntEmptyMap. select(IntPredicate predicate)ImmutableIntBagImmutableShortIntHashMap. select(IntPredicate predicate)ImmutableIntBagImmutableShortIntSingletonMap. select(IntPredicate predicate) -
Uses of ImmutableIntBag in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableIntBag Modifier and Type Method Description static ImmutableIntBagPrimitiveStreams. iIntBag(java.util.stream.IntStream stream)
-