Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableIntBag
-
Packages that use MutableIntBag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.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.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.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.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.stream org.eclipse.collections.impl.string.immutable -
-
Uses of MutableIntBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableIntBag Modifier and Type Method Description MutableIntBagIntIterable. 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 MutableIntBag Modifier and Type Method Description default 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 MutableIntBag Modifier and Type Method Description MutableIntBagMutableIntBag. asSynchronized()MutableIntBagMutableIntBag. asUnmodifiable()default MutableIntBagMutableIntBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableIntBagMutableIntBag. reject(IntPredicate predicate)MutableIntBagMutableIntBag. select(IntPredicate predicate)MutableIntBagMutableIntBag. 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)MutableIntBagMutableIntBag. with(int element)MutableIntBagMutableIntBag. withAll(IntIterable elements)MutableIntBagMutableIntBag. without(int element)MutableIntBagMutableIntBag. 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 MutableIntBag Modifier and Type Method Description MutableIntBagMutableIntBagFactory. empty()MutableIntBagMutableIntBagFactory. of()Same asMutableIntBagFactory.empty().MutableIntBagMutableIntBagFactory. of(int... items)Same asMutableIntBagFactory.with(int[]).MutableIntBagMutableIntBagFactory. ofAll(java.lang.Iterable<java.lang.Integer> iterable)MutableIntBagMutableIntBagFactory. ofAll(java.util.stream.IntStream items)MutableIntBagMutableIntBagFactory. ofAll(IntIterable items)MutableIntBagMutableIntBagFactory. with()Same asMutableIntBagFactory.empty().MutableIntBagMutableIntBagFactory. with(int... items)MutableIntBagMutableIntBagFactory. withAll(java.lang.Iterable<java.lang.Integer> iterable)MutableIntBagMutableIntBagFactory. withAll(java.util.stream.IntStream items)MutableIntBagMutableIntBagFactory. withAll(IntIterable items) -
Uses of MutableIntBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableIntBag Modifier and Type Method Description MutableIntBagMutableMap. collectInt(IntFunction<? super V> intFunction) -
Uses of MutableIntBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagMutablePrimitiveObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagMutableIntValuesMap. reject(IntPredicate predicate)MutableIntBagMutableIntValuesMap. select(IntPredicate predicate) -
Uses of MutableIntBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableIntBag Modifier and Type Field Description private MutableIntBagImmutableIntHashBag. delegateMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagImmutableIntEmptyBag. toBag()MutableIntBagImmutableIntHashBag. toBag()MutableIntBagImmutableIntSingletonBag. toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableIntBag Modifier and Type Method Description static ImmutableIntHashBagImmutableIntHashBag. newBagWith(MutableIntBag elements)Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableIntBag Constructor Description ImmutableIntHashBag(MutableIntBag delegate) -
Uses of MutableIntBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableIntBag Modifier and Type Method Description MutableIntBagMultiReaderHashBag. collectInt(IntFunction<? super T> intFunction)MutableIntBagMultiReaderHashBag.UntouchableMutableBag. collectInt(IntFunction<? super T> intFunction)MutableIntBagSynchronizedBag. collectInt(IntFunction<? super T> intFunction)MutableIntBagUnmodifiableBag. collectInt(IntFunction<? super T> intFunction) -
Uses of MutableIntBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableIntBag Modifier and Type Class Description classIntHashBagIntHashBag is similar toHashBag, and is memory-optimized for int primitives.classSynchronizedIntBagA synchronized view of aMutableIntBag.classUnmodifiableIntBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagIntHashBag. asSynchronized()MutableIntBagSynchronizedIntBag. asSynchronized()MutableIntBagUnmodifiableIntBag. asSynchronized()MutableIntBagIntHashBag. asUnmodifiable()MutableIntBagSynchronizedIntBag. asUnmodifiable()MutableIntBagUnmodifiableIntBag. asUnmodifiable()MutableIntBagMutableIntBagFactoryImpl. empty()private MutableIntBagSynchronizedIntBag. getMutableIntBag()private MutableIntBagUnmodifiableIntBag. getMutableIntBag()MutableIntBagSynchronizedIntBag. newEmpty()MutableIntBagUnmodifiableIntBag. newEmpty()MutableIntBagMutableIntBagFactoryImpl. of()MutableIntBagMutableIntBagFactoryImpl. of(int... items)MutableIntBagMutableIntBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Integer> iterable)MutableIntBagMutableIntBagFactoryImpl. ofAll(java.util.stream.IntStream items)MutableIntBagMutableIntBagFactoryImpl. ofAll(IntIterable items)MutableIntBagSynchronizedIntBag. reject(IntPredicate predicate)MutableIntBagUnmodifiableIntBag. reject(IntPredicate predicate)MutableIntBagSynchronizedIntBag. select(IntPredicate predicate)MutableIntBagUnmodifiableIntBag. select(IntPredicate predicate)MutableIntBagSynchronizedIntBag. selectByOccurrences(IntPredicate predicate)MutableIntBagUnmodifiableIntBag. selectByOccurrences(IntPredicate predicate)MutableIntBagMutableIntBagFactoryImpl. with()MutableIntBagMutableIntBagFactoryImpl. with(int... items)MutableIntBagMutableIntBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Integer> iterable)MutableIntBagMutableIntBagFactoryImpl. withAll(java.util.stream.IntStream items)MutableIntBagMutableIntBagFactoryImpl. withAll(IntIterable items)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableIntBag Constructor Description SynchronizedIntBag(MutableIntBag bag)SynchronizedIntBag(MutableIntBag bag, java.lang.Object newLock)UnmodifiableIntBag(MutableIntBag bag) -
Uses of MutableIntBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableIntBag Modifier and Type Method Description MutableIntBagAbstractMutableBiMap. collectInt(IntFunction<? super V> intFunction) -
Uses of MutableIntBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagAbstractSynchronizedIntCollection. toBag()MutableIntBagAbstractUnmodifiableIntCollection. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagAbstractLazyIntIterable. toBag()MutableIntBagCollectIntIterable. toBag()MutableIntBagLazyIntIterableAdapter. toBag()MutableIntBagReverseIntIterable. toBag()MutableIntBagSelectIntIterable. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagImmutableIntArrayList. toBag()MutableIntBagImmutableIntEmptyList. toBag()MutableIntBagImmutableIntSingletonList. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagIntInterval. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagImmutableByteIntEmptyMap. toBag()MutableIntBagImmutableByteIntHashMap. toBag()MutableIntBagImmutableByteIntSingletonMap. toBag()MutableIntBagImmutableCharIntEmptyMap. toBag()MutableIntBagImmutableCharIntHashMap. toBag()MutableIntBagImmutableCharIntSingletonMap. toBag()MutableIntBagImmutableDoubleIntEmptyMap. toBag()MutableIntBagImmutableDoubleIntHashMap. toBag()MutableIntBagImmutableDoubleIntSingletonMap. toBag()MutableIntBagImmutableFloatIntEmptyMap. toBag()MutableIntBagImmutableFloatIntHashMap. toBag()MutableIntBagImmutableFloatIntSingletonMap. toBag()MutableIntBagImmutableIntIntEmptyMap. toBag()MutableIntBagImmutableIntIntHashMap. toBag()MutableIntBagImmutableIntIntSingletonMap. toBag()MutableIntBagImmutableLongIntEmptyMap. toBag()MutableIntBagImmutableLongIntHashMap. toBag()MutableIntBagImmutableLongIntSingletonMap. toBag()MutableIntBagImmutableObjectIntEmptyMap. toBag()MutableIntBagImmutableObjectIntHashMap. toBag()MutableIntBagImmutableObjectIntSingletonMap. toBag()MutableIntBagImmutableShortIntEmptyMap. toBag()MutableIntBagImmutableShortIntHashMap. toBag()MutableIntBagImmutableShortIntSingletonMap. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableIntBag Modifier and Type Method Description MutableIntBagAbstractMutableMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagSynchronizedMutableMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagUnmodifiableMutableMap. collectInt(IntFunction<? super V> intFunction) -
Uses of MutableIntBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagByteObjectHashMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagCharObjectHashMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagDoubleObjectHashMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagFloatObjectHashMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagIntObjectHashMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagLongObjectHashMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagShortObjectHashMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagSynchronizedByteObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagSynchronizedCharObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagSynchronizedDoubleObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagSynchronizedFloatObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagSynchronizedIntObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagSynchronizedLongObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagSynchronizedShortObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagUnmodifiableByteObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagUnmodifiableCharObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagUnmodifiableDoubleObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagUnmodifiableFloatObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagUnmodifiableIntObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagUnmodifiableLongObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagUnmodifiableShortObjectMap. collectInt(IntFunction<? super V> intFunction)MutableIntBagAbstractMutableIntValuesMap. reject(IntPredicate predicate)MutableIntBagSynchronizedByteIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedCharIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedDoubleIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedFloatIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedIntIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedLongIntMap. reject(IntPredicate predicate)MutableIntBagSynchronizedShortIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableByteIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableCharIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableDoubleIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableFloatIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableIntIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableLongIntMap. reject(IntPredicate predicate)MutableIntBagUnmodifiableShortIntMap. reject(IntPredicate predicate)MutableIntBagAbstractMutableIntValuesMap. select(IntPredicate predicate)MutableIntBagSynchronizedByteIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedCharIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedDoubleIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedFloatIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedIntIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedLongIntMap. select(IntPredicate predicate)MutableIntBagSynchronizedShortIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableByteIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableCharIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableDoubleIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableFloatIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableIntIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableLongIntMap. select(IntPredicate predicate)MutableIntBagUnmodifiableShortIntMap. select(IntPredicate predicate)MutableIntBagAbstractMutableIntKeySet. toBag()MutableIntBagAbstractMutableIntValuesMap.AbstractIntValuesCollection. toBag()MutableIntBagIntBooleanHashMap.KeysView. toBag()MutableIntBagObjectIntHashMap. toBag()MutableIntBagObjectIntHashMap.ValuesCollection. toBag()MutableIntBagObjectIntHashMapWithHashingStrategy. toBag()MutableIntBagObjectIntHashMapWithHashingStrategy.ValuesCollection. toBag()MutableIntBagSynchronizedByteIntMap. toBag()MutableIntBagSynchronizedCharIntMap. toBag()MutableIntBagSynchronizedDoubleIntMap. toBag()MutableIntBagSynchronizedFloatIntMap. toBag()MutableIntBagSynchronizedIntIntMap. toBag()MutableIntBagSynchronizedLongIntMap. toBag()MutableIntBagSynchronizedObjectIntMap. toBag()MutableIntBagSynchronizedShortIntMap. toBag()MutableIntBagUnmodifiableByteIntMap. toBag()MutableIntBagUnmodifiableCharIntMap. toBag()MutableIntBagUnmodifiableDoubleIntMap. toBag()MutableIntBagUnmodifiableFloatIntMap. toBag()MutableIntBagUnmodifiableIntIntMap. toBag()MutableIntBagUnmodifiableLongIntMap. toBag()MutableIntBagUnmodifiableObjectIntMap. toBag()MutableIntBagUnmodifiableShortIntMap. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagAbstractIntIterable. toBag()MutableIntBagSynchronizedIntIterable. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagImmutableIntEmptySet. toBag()MutableIntBagImmutableIntSingletonSet. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagImmutableIntEmptyStack. toBag()MutableIntBagImmutableIntSingletonStack. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagSynchronizedIntStack. toBag()MutableIntBagUnmodifiableIntStack. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableIntBag Modifier and Type Method Description MutableIntBagAbstractIntStack. toBag() -
Uses of MutableIntBag in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableIntBag Modifier and Type Method Description static MutableIntBagPrimitiveStreams. mIntBag(java.util.stream.IntStream stream) -
Uses of MutableIntBag in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableIntBag Modifier and Type Method Description MutableIntBagCodePointAdapter. toBag()MutableIntBagCodePointList. toBag()
-