Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableCharSet
-
Packages that use ImmutableCharSet Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of ImmutableCharSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSet
ImmutableCharBag. selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableCharSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSet
ImmutableCharSetFactory. empty()
ImmutableCharSet
ImmutableCharSetFactory. of()
Same asImmutableCharSetFactory.empty()
.ImmutableCharSet
ImmutableCharSetFactory. of(char one)
Same asImmutableCharSetFactory.with(char)
.ImmutableCharSet
ImmutableCharSetFactory. of(char... items)
Same asImmutableCharSetFactory.with(char[])
.ImmutableCharSet
ImmutableCharSetFactory. ofAll(java.lang.Iterable<java.lang.Character> iterable)
ImmutableCharSet
ImmutableCharSetFactory. ofAll(CharIterable items)
ImmutableCharSet
ImmutableCharSetFactory. with()
Same asImmutableCharSetFactory.empty()
.ImmutableCharSet
ImmutableCharSetFactory. with(char one)
ImmutableCharSet
ImmutableCharSetFactory. with(char... items)
ImmutableCharSet
ImmutableCharSetFactory. withAll(java.lang.Iterable<java.lang.Character> iterable)
ImmutableCharSet
ImmutableCharSetFactory. withAll(CharIterable items)
-
Uses of ImmutableCharSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSet
ImmutableSet. collectChar(CharFunction<? super T> charFunction)
-
Uses of ImmutableCharSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableCharSet Modifier and Type Method Description default ImmutableCharSet
ImmutableCharSet. difference(CharSet set)
Returns the set of all members ofthis
that are not members ofset
.default ImmutableCharSet
ImmutableCharSet. intersect(CharSet set)
Returns the set of all objects that are members of boththis
andset
.ImmutableCharSet
ImmutableCharSet. newWith(char element)
ImmutableCharSet
ImmutableCharSet. newWithAll(CharIterable elements)
ImmutableCharSet
ImmutableCharSet. newWithout(char element)
ImmutableCharSet
ImmutableCharSet. newWithoutAll(CharIterable elements)
ImmutableCharSet
ImmutableCharSet. reject(CharPredicate predicate)
ImmutableCharSet
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)
ImmutableCharSet
CharSet. toImmutable()
Returns an immutable copy of this set.ImmutableCharSet
MutableCharSet. toImmutable()
Returns an immutable copy of this set.default ImmutableCharSet
ImmutableCharSet. union(CharSet set)
-
Uses of ImmutableCharSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSet
ImmutableCharEmptyBag. selectUnique()
ImmutableCharSet
ImmutableCharHashBag. selectUnique()
ImmutableCharSet
ImmutableCharSingletonBag. selectUnique()
-
Uses of ImmutableCharSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableCharSet Modifier and Type Class Description (package private) class
ImmutableCharCharMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableCharMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSet
ImmutableCharCharMapKeySet. reject(CharPredicate predicate)
ImmutableCharSet
ImmutableCharMapKeySet. reject(CharPredicate predicate)
ImmutableCharSet
ImmutableCharCharMapKeySet. select(CharPredicate predicate)
ImmutableCharSet
ImmutableCharMapKeySet. select(CharPredicate predicate)
ImmutableCharSet
AbstractMutableCharKeySet. toImmutable()
-
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSet
AbstractImmutableSet. collectChar(CharFunction<? super T> charFunction)
-
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableCharSet Modifier and Type Class Description class
AbstractImmutableCharSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) class
ImmutableCharEmptySet
ImmutableCharEmptySet is an optimization forImmutableCharSet
of size 0.(package private) class
ImmutableCharSingletonSet
ImmutableCharSingletonSet is an optimization forImmutableCharSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableCharSet Modifier and Type Field Description (package private) static ImmutableCharSet
ImmutableCharEmptySet. INSTANCE
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableCharSet Modifier and Type Method Description ImmutableCharSet
ImmutableCharSetFactoryImpl. empty()
ImmutableCharSet
AbstractImmutableCharSet. newWith(char element)
ImmutableCharSet
ImmutableCharEmptySet. newWith(char element)
ImmutableCharSet
ImmutableCharSingletonSet. newWith(char element)
ImmutableCharSet
AbstractImmutableCharSet. newWithAll(CharIterable elements)
ImmutableCharSet
ImmutableCharEmptySet. newWithAll(CharIterable elements)
ImmutableCharSet
ImmutableCharSingletonSet. newWithAll(CharIterable elements)
ImmutableCharSet
AbstractImmutableCharSet. newWithout(char element)
ImmutableCharSet
ImmutableCharEmptySet. newWithout(char element)
ImmutableCharSet
ImmutableCharSingletonSet. newWithout(char element)
ImmutableCharSet
AbstractImmutableCharSet. newWithoutAll(CharIterable elements)
ImmutableCharSet
ImmutableCharEmptySet. newWithoutAll(CharIterable elements)
ImmutableCharSet
ImmutableCharSingletonSet. newWithoutAll(CharIterable elements)
ImmutableCharSet
ImmutableCharSetFactoryImpl. of()
ImmutableCharSet
ImmutableCharSetFactoryImpl. of(char one)
ImmutableCharSet
ImmutableCharSetFactoryImpl. of(char... items)
ImmutableCharSet
ImmutableCharSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Character> iterable)
ImmutableCharSet
ImmutableCharSetFactoryImpl. ofAll(CharIterable items)
ImmutableCharSet
ImmutableCharEmptySet. reject(CharPredicate predicate)
ImmutableCharSet
ImmutableCharSingletonSet. reject(CharPredicate predicate)
ImmutableCharSet
ImmutableCharEmptySet. select(CharPredicate predicate)
ImmutableCharSet
ImmutableCharSingletonSet. select(CharPredicate predicate)
ImmutableCharSet
AbstractImmutableCharSet. toImmutable()
ImmutableCharSet
ImmutableCharEmptySet. toImmutable()
ImmutableCharSet
ImmutableCharSingletonSet. toImmutable()
ImmutableCharSet
ImmutableCharSetFactoryImpl. with()
ImmutableCharSet
ImmutableCharSetFactoryImpl. with(char one)
ImmutableCharSet
ImmutableCharSetFactoryImpl. with(char... items)
ImmutableCharSet
ImmutableCharSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Character> iterable)
ImmutableCharSet
ImmutableCharSetFactoryImpl. withAll(CharIterable items)
-
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableCharSet Modifier and Type Class Description private static class
CharHashSet.ImmutableCharHashSet
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableCharSet Modifier and Type Method Description static ImmutableCharSet
CharHashSet.ImmutableCharHashSet. newSetWith(char... elements)
ImmutableCharSet
CharHashSet.ImmutableCharHashSet. reject(CharPredicate predicate)
ImmutableCharSet
CharHashSet.ImmutableCharHashSet. select(CharPredicate predicate)
ImmutableCharSet
CharHashSet. toImmutable()
ImmutableCharSet
SynchronizedCharSet. toImmutable()
ImmutableCharSet
UnmodifiableCharSet. toImmutable()
-