Uses of Interface
org.eclipse.collections.api.set.primitive.MutableCharSet
Packages that use MutableCharSet
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
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 interfaces for set API which enhance the performance and functionality of
Set
.This package contains API for mutable and immutable primitive sets.
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 mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of
MutableSet
.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableCharSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableCharSetModifier and TypeMethodDescriptionCharIterable.toSet()
Converts the CharIterable to a new MutableCharSet. -
Uses of MutableCharSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableCharSetModifier and TypeMethodDescriptionMutableCharBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of MutableCharSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return MutableCharSetModifier and TypeMethodDescriptionMutableCharSetFactory.empty()
MutableCharSetFactory.of()
Same asMutableCharSetFactory.empty()
.MutableCharSetFactory.of
(char... items) Same asMutableCharSetFactory.with(char[])
.MutableCharSetFactory.ofAll
(CharIterable items) MutableCharSetFactory.with()
Same asMutableCharSetFactory.empty()
.MutableCharSetFactory.with
(char... items) MutableCharSetFactory.withAll
(CharIterable items) default MutableCharSet
MutableCharSetFactory.withInitialCapacity
(int capacity) Same asMutableCharSetFactory.empty()
. -
Uses of MutableCharSet in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharSetModifier and TypeMethodDescriptionCharBooleanMap.keySet()
Returns a set containing all the keys in this map.CharByteMap.keySet()
Returns a set containing all the keys in this map.CharCharMap.keySet()
Returns a set containing all the keys in this map.CharDoubleMap.keySet()
Returns a set containing all the keys in this map.CharFloatMap.keySet()
Returns a set containing all the keys in this map.CharIntMap.keySet()
Returns a set containing all the keys in this map.CharLongMap.keySet()
Returns a set containing all the keys in this map.CharObjectMap.keySet()
Returns a set containing all the keys in this map.CharShortMap.keySet()
Returns a set containing all the keys in this map. -
Uses of MutableCharSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableCharSetModifier and TypeMethodDescriptiondefault MutableCharSet
MutableSet.collectChar
(CharFunction<? super T> charFunction) -
Uses of MutableCharSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return MutableCharSetModifier and TypeMethodDescriptionMutableCharSet.asSynchronized()
MutableCharSet.asUnmodifiable()
default MutableCharSet
MutableCharSet.difference
(CharSet set) Returns the set of all members ofthis
that are not members ofset
.default MutableCharSet
Returns the set of all objects that are members of boththis
andset
.default MutableCharSet
MutableCharSet.newEmpty()
Creates a new empty mutable version of the same Set type.MutableCharSet.reject
(CharPredicate predicate) MutableCharSet.select
(CharPredicate predicate) default MutableCharSet
MutableCharSet.symmetricDifference
(CharSet set) Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default MutableCharSet
MutableCharSet.tap
(CharProcedure procedure) default MutableCharSet
MutableCharSet.with
(char element) MutableCharSet.withAll
(CharIterable elements) MutableCharSet.without
(char element) MutableCharSet.withoutAll
(CharIterable elements) -
Uses of MutableCharSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableCharSetModifier and TypeMethodDescriptionCharHashBag.selectUnique()
SynchronizedCharBag.selectUnique()
UnmodifiableCharBag.selectUnique()
-
Uses of MutableCharSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableCharSet -
Uses of MutableCharSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableCharSet -
Uses of MutableCharSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableCharSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharSetModifier and TypeMethodDescriptionAbstractMutableCharKeySet.asSynchronized()
AbstractMutableCharKeySet.asUnmodifiable()
CharBooleanHashMap.keySet()
CharByteHashMap.keySet()
CharCharHashMap.keySet()
CharDoubleHashMap.keySet()
CharFloatHashMap.keySet()
CharIntHashMap.keySet()
CharLongHashMap.keySet()
CharObjectHashMap.keySet()
CharShortHashMap.keySet()
SynchronizedCharBooleanMap.keySet()
SynchronizedCharByteMap.keySet()
SynchronizedCharCharMap.keySet()
SynchronizedCharDoubleMap.keySet()
SynchronizedCharFloatMap.keySet()
SynchronizedCharIntMap.keySet()
SynchronizedCharLongMap.keySet()
SynchronizedCharObjectMap.keySet()
SynchronizedCharShortMap.keySet()
UnmodifiableCharBooleanMap.keySet()
UnmodifiableCharByteMap.keySet()
UnmodifiableCharCharMap.keySet()
UnmodifiableCharDoubleMap.keySet()
UnmodifiableCharFloatMap.keySet()
UnmodifiableCharIntMap.keySet()
UnmodifiableCharLongMap.keySet()
UnmodifiableCharObjectMap.keySet()
UnmodifiableCharShortMap.keySet()
AbstractMutableCharKeySet.reject
(CharPredicate predicate) AbstractMutableCharKeySet.select
(CharPredicate predicate) AbstractMutableCharKeySet.toSet()
ObjectCharHashMap.toSet()
ObjectCharHashMapWithHashingStrategy.toSet()
SynchronizedByteCharMap.toSet()
SynchronizedCharCharMap.toSet()
SynchronizedDoubleCharMap.toSet()
SynchronizedFloatCharMap.toSet()
SynchronizedIntCharMap.toSet()
SynchronizedLongCharMap.toSet()
SynchronizedObjectCharMap.toSet()
SynchronizedShortCharMap.toSet()
UnmodifiableByteCharMap.toSet()
UnmodifiableCharCharMap.toSet()
UnmodifiableDoubleCharMap.toSet()
UnmodifiableFloatCharMap.toSet()
UnmodifiableIntCharMap.toSet()
UnmodifiableLongCharMap.toSet()
UnmodifiableObjectCharMap.toSet()
UnmodifiableShortCharMap.toSet()
AbstractMutableCharKeySet.with
(char element) AbstractMutableCharKeySet.withAll
(CharIterable elements) AbstractMutableCharKeySet.without
(char element) AbstractMutableCharKeySet.withoutAll
(CharIterable elements) -
Uses of MutableCharSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableCharSet -
Uses of MutableCharSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableCharSetModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectChar
(CharFunction<? super T> charFunction) SynchronizedMutableSet.collectChar
(CharFunction<? super T> charFunction) UnmodifiableMutableSet.collectChar
(CharFunction<? super T> charFunction) -
Uses of MutableCharSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableCharSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.class
A synchronized view of aMutableCharSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableCharSetModifier and TypeMethodDescriptionCharHashSet.asSynchronized()
SynchronizedCharSet.asSynchronized()
UnmodifiableCharSet.asSynchronized()
CharHashSet.asUnmodifiable()
SynchronizedCharSet.asUnmodifiable()
UnmodifiableCharSet.asUnmodifiable()
MutableCharSetFactoryImpl.empty()
SynchronizedCharSet.newEmpty()
UnmodifiableCharSet.newEmpty()
MutableCharSetFactoryImpl.of()
MutableCharSetFactoryImpl.of
(char... items) MutableCharSetFactoryImpl.ofAll
(CharIterable items) SynchronizedCharSet.reject
(CharPredicate predicate) UnmodifiableCharSet.reject
(CharPredicate predicate) SynchronizedCharSet.select
(CharPredicate predicate) UnmodifiableCharSet.select
(CharPredicate predicate) MutableCharSetFactoryImpl.with()
MutableCharSetFactoryImpl.with
(char... items) MutableCharSetFactoryImpl.withAll
(CharIterable items) MutableCharSetFactoryImpl.withInitialCapacity
(int capacity) Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableCharSetModifier and TypeMethodDescriptionstatic SynchronizedCharSet
SynchronizedCharSet.of
(MutableCharSet set) This method will take a MutableCharSet and wrap it directly in a SynchronizedCharSet.static SynchronizedCharSet
SynchronizedCharSet.of
(MutableCharSet set, Object lock) This method will take a MutableCharSet and wrap it directly in a SynchronizedCharSet.static UnmodifiableCharSet
UnmodifiableCharSet.of
(MutableCharSet set) This method will take a MutableCharSet and wrap it directly in a UnmodifiableCharSet.Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableCharSet -
Uses of MutableCharSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableCharSet -
Uses of MutableCharSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableCharSet -
Uses of MutableCharSet in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableCharSet