Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableCharBag
Packages that use MutableCharBag
Package
Description
This package contains interfaces for Eclipse Collections API.
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.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the
MutableBag interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableCharBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableCharBagModifier and TypeMethodDescriptionCharIterable.toBag()Converts the CharIterable to a new MutableCharBag. -
Uses of MutableCharBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableCharBagModifier and TypeMethodDescriptiondefault MutableCharBagMutableBag.collectChar(CharFunction<? super T> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableCharBagModifier and TypeMethodDescriptionMutableCharBag.asSynchronized()MutableCharBag.asUnmodifiable()default MutableCharBagMutableCharBag.newEmpty()Creates a new empty mutable version of the same Bag type.MutableCharBag.reject(CharPredicate predicate) MutableCharBag.select(CharPredicate predicate) MutableCharBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableCharBagMutableCharBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableCharBagMutableCharBag.tap(CharProcedure procedure) MutableCharBag.with(char element) MutableCharBag.withAll(CharIterable elements) MutableCharBag.without(char element) MutableCharBag.withoutAll(CharIterable elements) -
Uses of MutableCharBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableCharBagModifier and TypeMethodDescriptionMutableCharBagFactory.empty()MutableCharBagFactory.of()Same asMutableCharBagFactory.empty().MutableCharBagFactory.of(char... items) Same asMutableCharBagFactory.with(char[]).MutableCharBagFactory.ofAll(CharIterable items) MutableCharBagFactory.with()Same asMutableCharBagFactory.empty().MutableCharBagFactory.with(char... items) MutableCharBagFactory.withAll(CharIterable items) -
Uses of MutableCharBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharBagModifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectChar(CharFunction<? super V> charFunction) MutableCharValuesMap.reject(CharPredicate predicate) MutableCharValuesMap.select(CharPredicate predicate) -
Uses of MutableCharBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableCharBagMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableCharBagModifier and TypeMethodDescriptionImmutableCharEmptyBag.toBag()ImmutableCharHashBag.toBag()ImmutableCharSingletonBag.toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableCharBagModifier and TypeMethodDescriptionstatic ImmutableCharHashBagImmutableCharHashBag.newBagWith(MutableCharBag elements) Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableCharBagModifier and TypeMethodDescriptionMultiReaderHashBag.collectChar(CharFunction<? super T> charFunction) MultiReaderHashBag.UntouchableMutableBag.collectChar(CharFunction<? super T> charFunction) SynchronizedBag.collectChar(CharFunction<? super T> charFunction) UnmodifiableBag.collectChar(CharFunction<? super T> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableCharBagModifier and TypeClassDescriptionclassCharHashBag is similar toHashBag, and is memory-optimized for char primitives.classA synchronized view of aMutableCharBag.classThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableCharBagModifier and TypeMethodDescriptionCharHashBag.asSynchronized()SynchronizedCharBag.asSynchronized()UnmodifiableCharBag.asSynchronized()CharHashBag.asUnmodifiable()SynchronizedCharBag.asUnmodifiable()UnmodifiableCharBag.asUnmodifiable()MutableCharBagFactoryImpl.empty()private MutableCharBagSynchronizedCharBag.getMutableCharBag()private MutableCharBagUnmodifiableCharBag.getMutableCharBag()SynchronizedCharBag.newEmpty()UnmodifiableCharBag.newEmpty()MutableCharBagFactoryImpl.of()MutableCharBagFactoryImpl.of(char... items) MutableCharBagFactoryImpl.ofAll(CharIterable items) SynchronizedCharBag.reject(CharPredicate predicate) UnmodifiableCharBag.reject(CharPredicate predicate) SynchronizedCharBag.select(CharPredicate predicate) UnmodifiableCharBag.select(CharPredicate predicate) SynchronizedCharBag.selectByOccurrences(IntPredicate predicate) UnmodifiableCharBag.selectByOccurrences(IntPredicate predicate) MutableCharBagFactoryImpl.with()MutableCharBagFactoryImpl.with(char... items) MutableCharBagFactoryImpl.withAll(CharIterable items) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableCharBagModifier and TypeMethodDescriptionAbstractMutableBiMap.collectChar(CharFunction<? super V> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableCharBagModifier and TypeMethodDescriptionImmutableByteCharEmptyMap.toBag()ImmutableByteCharHashMap.toBag()ImmutableByteCharSingletonMap.toBag()ImmutableCharCharEmptyMap.toBag()ImmutableCharCharHashMap.toBag()ImmutableCharCharSingletonMap.toBag()ImmutableDoubleCharEmptyMap.toBag()ImmutableDoubleCharHashMap.toBag()ImmutableDoubleCharSingletonMap.toBag()ImmutableFloatCharEmptyMap.toBag()ImmutableFloatCharHashMap.toBag()ImmutableFloatCharSingletonMap.toBag()ImmutableIntCharEmptyMap.toBag()ImmutableIntCharHashMap.toBag()ImmutableIntCharSingletonMap.toBag()ImmutableLongCharEmptyMap.toBag()ImmutableLongCharHashMap.toBag()ImmutableLongCharSingletonMap.toBag()ImmutableObjectCharEmptyMap.toBag()ImmutableObjectCharHashMap.toBag()ImmutableObjectCharSingletonMap.toBag()ImmutableShortCharEmptyMap.toBag()ImmutableShortCharHashMap.toBag()ImmutableShortCharSingletonMap.toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableCharBagModifier and TypeMethodDescriptionAbstractMutableMap.collectChar(CharFunction<? super V> charFunction) SynchronizedMutableMap.collectChar(CharFunction<? super V> charFunction) UnmodifiableMutableMap.collectChar(CharFunction<? super V> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharBagModifier and TypeMethodDescriptionByteObjectHashMap.collectChar(CharFunction<? super V> charFunction) CharObjectHashMap.collectChar(CharFunction<? super V> charFunction) DoubleObjectHashMap.collectChar(CharFunction<? super V> charFunction) FloatObjectHashMap.collectChar(CharFunction<? super V> charFunction) IntObjectHashMap.collectChar(CharFunction<? super V> charFunction) LongObjectHashMap.collectChar(CharFunction<? super V> charFunction) ShortObjectHashMap.collectChar(CharFunction<? super V> charFunction) SynchronizedByteObjectMap.collectChar(CharFunction<? super V> charFunction) SynchronizedCharObjectMap.collectChar(CharFunction<? super V> charFunction) SynchronizedDoubleObjectMap.collectChar(CharFunction<? super V> charFunction) SynchronizedFloatObjectMap.collectChar(CharFunction<? super V> charFunction) SynchronizedIntObjectMap.collectChar(CharFunction<? super V> charFunction) SynchronizedLongObjectMap.collectChar(CharFunction<? super V> charFunction) SynchronizedShortObjectMap.collectChar(CharFunction<? super V> charFunction) UnmodifiableByteObjectMap.collectChar(CharFunction<? super V> charFunction) UnmodifiableCharObjectMap.collectChar(CharFunction<? super V> charFunction) UnmodifiableDoubleObjectMap.collectChar(CharFunction<? super V> charFunction) UnmodifiableFloatObjectMap.collectChar(CharFunction<? super V> charFunction) UnmodifiableIntObjectMap.collectChar(CharFunction<? super V> charFunction) UnmodifiableLongObjectMap.collectChar(CharFunction<? super V> charFunction) UnmodifiableShortObjectMap.collectChar(CharFunction<? super V> charFunction) AbstractMutableCharValuesMap.reject(CharPredicate predicate) SynchronizedByteCharMap.reject(CharPredicate predicate) SynchronizedCharCharMap.reject(CharPredicate predicate) SynchronizedDoubleCharMap.reject(CharPredicate predicate) SynchronizedFloatCharMap.reject(CharPredicate predicate) SynchronizedIntCharMap.reject(CharPredicate predicate) SynchronizedLongCharMap.reject(CharPredicate predicate) SynchronizedShortCharMap.reject(CharPredicate predicate) UnmodifiableByteCharMap.reject(CharPredicate predicate) UnmodifiableCharCharMap.reject(CharPredicate predicate) UnmodifiableDoubleCharMap.reject(CharPredicate predicate) UnmodifiableFloatCharMap.reject(CharPredicate predicate) UnmodifiableIntCharMap.reject(CharPredicate predicate) UnmodifiableLongCharMap.reject(CharPredicate predicate) UnmodifiableShortCharMap.reject(CharPredicate predicate) AbstractMutableCharValuesMap.select(CharPredicate predicate) SynchronizedByteCharMap.select(CharPredicate predicate) SynchronizedCharCharMap.select(CharPredicate predicate) SynchronizedDoubleCharMap.select(CharPredicate predicate) SynchronizedFloatCharMap.select(CharPredicate predicate) SynchronizedIntCharMap.select(CharPredicate predicate) SynchronizedLongCharMap.select(CharPredicate predicate) SynchronizedShortCharMap.select(CharPredicate predicate) UnmodifiableByteCharMap.select(CharPredicate predicate) UnmodifiableCharCharMap.select(CharPredicate predicate) UnmodifiableDoubleCharMap.select(CharPredicate predicate) UnmodifiableFloatCharMap.select(CharPredicate predicate) UnmodifiableIntCharMap.select(CharPredicate predicate) UnmodifiableLongCharMap.select(CharPredicate predicate) UnmodifiableShortCharMap.select(CharPredicate predicate) AbstractMutableCharKeySet.toBag()AbstractMutableCharValuesMap.AbstractCharValuesCollection.toBag()CharBooleanHashMap.KeysView.toBag()ObjectCharHashMap.toBag()ObjectCharHashMap.ValuesCollection.toBag()ObjectCharHashMapWithHashingStrategy.toBag()ObjectCharHashMapWithHashingStrategy.ValuesCollection.toBag()SynchronizedByteCharMap.toBag()SynchronizedCharCharMap.toBag()SynchronizedDoubleCharMap.toBag()SynchronizedFloatCharMap.toBag()SynchronizedIntCharMap.toBag()SynchronizedLongCharMap.toBag()SynchronizedObjectCharMap.toBag()SynchronizedShortCharMap.toBag()UnmodifiableByteCharMap.toBag()UnmodifiableCharCharMap.toBag()UnmodifiableDoubleCharMap.toBag()UnmodifiableFloatCharMap.toBag()UnmodifiableIntCharMap.toBag()UnmodifiableLongCharMap.toBag()UnmodifiableObjectCharMap.toBag()UnmodifiableShortCharMap.toBag() -
Uses of MutableCharBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableCharBag -
Uses of MutableCharBag in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableCharBag