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.
-
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)