Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableCharSet
Package
Description
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 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-primitive, primitive-object and object-primitive map interfaces.
This package contains the implementations of
ImmutableSet
.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ImmutableCharSet in org.eclipse.collections.api.bag.primitive
Modifier and TypeMethodDescriptionImmutableCharBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableCharSet in org.eclipse.collections.api.factory.set.primitive
Modifier and TypeMethodDescriptionImmutableCharSetFactory.empty()
ImmutableCharSetFactory.of()
Same asImmutableCharSetFactory.empty()
.ImmutableCharSetFactory.of
(char one) Same asImmutableCharSetFactory.with(char)
.ImmutableCharSetFactory.of
(char... items) Same asImmutableCharSetFactory.with(char[])
.ImmutableCharSetFactory.ofAll
(CharIterable items) ImmutableCharSetFactory.with()
Same asImmutableCharSetFactory.empty()
.ImmutableCharSetFactory.with
(char one) ImmutableCharSetFactory.with
(char... items) ImmutableCharSetFactory.withAll
(CharIterable items) -
Uses of ImmutableCharSet in org.eclipse.collections.api.set
-
Uses of ImmutableCharSet in org.eclipse.collections.api.set.primitive
Modifier and TypeMethodDescriptiondefault ImmutableCharSet
ImmutableCharSet.difference
(CharSet set) Returns the set of all members ofthis
that are not members ofset
.default ImmutableCharSet
Returns the set of all objects that are members of boththis
andset
.ImmutableCharSet.newWith
(char element) ImmutableCharSet.newWithAll
(CharIterable elements) ImmutableCharSet.newWithout
(char element) ImmutableCharSet.newWithoutAll
(CharIterable elements) ImmutableCharSet.reject
(CharPredicate predicate) ImmutableCharSet.select
(CharPredicate predicate) default ImmutableCharSet
ImmutableCharSet.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 ImmutableCharSet
ImmutableCharSet.tap
(CharProcedure procedure) CharSet.toImmutable()
Returns an immutable copy of this set.MutableCharSet.toImmutable()
Returns an immutable copy of this set.default ImmutableCharSet
-
Uses of ImmutableCharSet in org.eclipse.collections.impl.map.mutable.primitive
-
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.immutable
Modifier and TypeMethodDescriptionAbstractImmutableSet.collectChar
(CharFunction<? super T> charFunction) -
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.immutable.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Modifier and TypeMethodDescriptionImmutableCharSetFactoryImpl.empty()
AbstractImmutableCharSet.newWith
(char element) AbstractImmutableCharSet.newWithAll
(CharIterable elements) AbstractImmutableCharSet.newWithout
(char element) AbstractImmutableCharSet.newWithoutAll
(CharIterable elements) ImmutableCharSetFactoryImpl.of()
ImmutableCharSetFactoryImpl.of
(char one) ImmutableCharSetFactoryImpl.of
(char... items) ImmutableCharSetFactoryImpl.ofAll
(CharIterable items) AbstractImmutableCharSet.toImmutable()
ImmutableCharSetFactoryImpl.with()
ImmutableCharSetFactoryImpl.with
(char one) ImmutableCharSetFactoryImpl.with
(char... items) ImmutableCharSetFactoryImpl.withAll
(CharIterable items) -
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.mutable.primitive
Modifier and TypeMethodDescriptionCharHashSet.toImmutable()
SynchronizedCharSet.toImmutable()
UnmodifiableCharSet.toImmutable()