Uses of Interface
org.eclipse.collections.api.bag.primitive.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
Map
This 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
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
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 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 mutable primitive stack interfaces.
-
Uses of MutableCharBag in org.eclipse.collections.api
Modifier and TypeMethodDescriptionCharIterable.toBag()
Converts the CharIterable to a new MutableCharBag. -
Uses of MutableCharBag in org.eclipse.collections.api.bag
Modifier and TypeMethodDescriptiondefault MutableCharBag
MutableBag.collectChar
(CharFunction<? super T> charFunction) -
Uses of MutableCharBag in org.eclipse.collections.api.bag.primitive
Modifier and TypeMethodDescriptionMutableCharBag.asSynchronized()
MutableCharBag.asUnmodifiable()
default MutableCharBag
MutableCharBag.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 MutableCharBag
MutableCharBag.selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default MutableCharBag
MutableCharBag.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
Modifier 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
-
Uses of MutableCharBag in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectChar
(CharFunction<? super V> charFunction) MutableCharValuesMap.reject
(CharPredicate predicate) MutableCharValuesMap.select
(CharPredicate predicate) -
Uses of MutableCharBag in org.eclipse.collections.impl.bag.mutable
Modifier and TypeMethodDescriptionMultiReaderHashBag.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
Modifier and TypeClassDescriptionclass
CharHashBag is similar toHashBag
, and is memory-optimized for char primitives.class
A synchronized view of aMutableCharBag
.class
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.Modifier and TypeMethodDescriptionCharHashBag.asSynchronized()
SynchronizedCharBag.asSynchronized()
UnmodifiableCharBag.asSynchronized()
CharHashBag.asUnmodifiable()
SynchronizedCharBag.asUnmodifiable()
UnmodifiableCharBag.asUnmodifiable()
MutableCharBagFactoryImpl.empty()
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) -
Uses of MutableCharBag in org.eclipse.collections.impl.collection.mutable.primitive
-
Uses of MutableCharBag in org.eclipse.collections.impl.lazy.primitive
-
Uses of MutableCharBag in org.eclipse.collections.impl.map.mutable
Modifier 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
Modifier 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()
ObjectCharHashMap.toBag()
ObjectCharHashMapWithHashingStrategy.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
-
Uses of MutableCharBag in org.eclipse.collections.impl.stack.mutable.primitive
-
Uses of MutableCharBag in org.eclipse.collections.impl.stack.primitive
-
Uses of MutableCharBag in org.eclipse.collections.impl.string.immutable