Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableCharSet
Packages that use 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 immutable primitive bag interfaces.
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
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableCharSetModifier 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
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableCharSetModifier 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
Methods in org.eclipse.collections.api.set that return ImmutableCharSet -
Uses of ImmutableCharSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableCharSetModifier and TypeMethodDescriptiondefault ImmutableCharSetImmutableCharSet.difference(CharSet set) Returns the set of all members ofthisthat are not members ofset.default ImmutableCharSetReturns the set of all objects that are members of boththisandset.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 ImmutableCharSetImmutableCharSet.symmetricDifference(CharSet set) Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default ImmutableCharSetImmutableCharSet.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.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableCharSetModifier and TypeMethodDescriptionImmutableCharEmptyBag.selectUnique()ImmutableCharHashBag.selectUnique()ImmutableCharSingletonBag.selectUnique() -
Uses of ImmutableCharSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableCharSetModifier and TypeClassDescription(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharSetModifier and TypeMethodDescriptionImmutableCharCharMapKeySet.reject(CharPredicate predicate) ImmutableCharMapKeySet.reject(CharPredicate predicate) ImmutableCharCharMapKeySet.select(CharPredicate predicate) ImmutableCharMapKeySet.select(CharPredicate predicate) AbstractMutableCharKeySet.toImmutable() -
Uses of ImmutableCharSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableCharSetModifier and TypeMethodDescriptionAbstractImmutableSet.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 ImmutableCharSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final classImmutableCharEmptySet is an optimization forImmutableCharSetof size 0.(package private) final classImmutableCharSingletonSet is an optimization forImmutableCharSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableCharSetModifier and TypeFieldDescription(package private) static final ImmutableCharSetImmutableCharEmptySet.INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableCharSetModifier and TypeMethodDescriptionImmutableCharSetFactoryImpl.empty()AbstractImmutableCharSet.newWith(char element) ImmutableCharEmptySet.newWith(char element) ImmutableCharSingletonSet.newWith(char element) AbstractImmutableCharSet.newWithAll(CharIterable elements) ImmutableCharEmptySet.newWithAll(CharIterable elements) ImmutableCharSingletonSet.newWithAll(CharIterable elements) AbstractImmutableCharSet.newWithout(char element) ImmutableCharEmptySet.newWithout(char element) ImmutableCharSingletonSet.newWithout(char element) AbstractImmutableCharSet.newWithoutAll(CharIterable elements) ImmutableCharEmptySet.newWithoutAll(CharIterable elements) ImmutableCharSingletonSet.newWithoutAll(CharIterable elements) ImmutableCharSetFactoryImpl.of()ImmutableCharSetFactoryImpl.of(char one) ImmutableCharSetFactoryImpl.of(char... items) ImmutableCharSetFactoryImpl.ofAll(CharIterable items) ImmutableCharEmptySet.reject(CharPredicate predicate) ImmutableCharSingletonSet.reject(CharPredicate predicate) ImmutableCharEmptySet.select(CharPredicate predicate) ImmutableCharSingletonSet.select(CharPredicate predicate) AbstractImmutableCharSet.toImmutable()ImmutableCharEmptySet.toImmutable()ImmutableCharSingletonSet.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
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableCharSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableCharSetModifier and TypeMethodDescriptionstatic ImmutableCharSetCharHashSet.ImmutableCharHashSet.newSetWith(char... elements) CharHashSet.ImmutableCharHashSet.reject(CharPredicate predicate) CharHashSet.ImmutableCharHashSet.select(CharPredicate predicate) CharHashSet.toImmutable()SynchronizedCharSet.toImmutable()UnmodifiableCharSet.toImmutable()